zeolite-lang-0.10.0.0: Zeolite is a statically-typed, general-purpose programming language.
Safe HaskellSafe
LanguageHaskell2010

Parser.TypeCategory

Documentation

Orphan instances

ParseFromSource FunctionName Source # 
Instance details

Methods

sourceParser :: forall (m :: Type -> Type). CompileErrorM m => ParserE m FunctionName Source #

ParseFromSource (AnyCategory SourcePos) Source # 
Instance details

Methods

sourceParser :: forall (m :: Type -> Type). CompileErrorM m => ParserE m (AnyCategory SourcePos) Source #