hedn-0.2.0.0: EDN parsing and encoding

Safe HaskellNone
LanguageHaskell2010

Data.EDN.AST.Lexer

Synopsis

Documentation

lexeme :: Parser a -> Parser a Source #

Whitespace will be consumed after every lexeme automatically, but not before it.