We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Can we parse a struct definition?
struct List a = Cons(hd: a, next: List a) | Nil