Module

Webb.Parsing

Package
purescript-webb-parsing
Repository
mitchellandwebb/webb-parsing

#column Source

column :: forall m s. ParserT s m Int

#filePosition Source

filePosition :: forall m s. ParserT s m { column :: Int, line :: Int }

#index Source

index :: forall m s. ParserT s m Int

#line Source

line :: forall m s. ParserT s m Int