Skip to content

test_40_struct_parsing

David Pollak edited this page Feb 25, 2013 · 3 revisions

Struct

Can we parse a struct definition?


struct List a = Cons(hd: a, next: List a) | Nil