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.

26 lines
258 B
Plaintext

Generics Test
======
type MyNum a = Num a
======
(file
(statement
(type_decl
(type_ident
(type_name: "MyNum")
(type_arg: "a")
)
(type_expr
(type_ident
(type_name: "Num")
(type_arg: "a")
)
)
)
)
(EOI: "")
)