Monadic shenanigans beginning.

This commit is contained in:
2016-06-22 22:26:57 -07:00
parent 3adb7650b4
commit e84175c501
6 changed files with 129 additions and 3 deletions

View File

@@ -302,7 +302,6 @@ initialState tokenStream = ParserState {
, psNextIdent = 1
}
instance StateM Parser ParserState where
get = Parser get
set = Parser . set