You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
422 B
Plaintext

Recs Test
======
type MyFn = Num -> Num -> Str
======
(file
(statement
(type_decl
(type_ident
(type_name: "MyFn")
)
(type_expr
(func
(type_ident
(type_name: "Num")
)
(type_expr
(func
(type_ident
(type_name: "Num")
)
(type_expr
(type_ident
(type_name: "Str")
)
)
)
)
)
)
)
)
(EOI: "")
)