I get the following
token: ITvarid "test"
token: ITdcolon NormalSyntax
token: ITvarid "a"
token: ITrarrow NormalSyntax
token: ITtypeApp
token: ITvarid "m"
token: ITvarid "b"
token: ITsemi
Parse.hs:2:1: error:
parse error (possibly incorrect indentation or mismatched brackets)
|
2 | test = undefined
I don't have much experience with hacking on the parser so I'm likely missing something obvious.
Could someone please point at what I might be doing wrong?