hedn-0.3.0.1: 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.