yi-0.6.2.4: The Haskell-Scriptable Editor

Yi.Lexer.Abella

Synopsis

Documentation

alexScanToken :: (AlexState HlState, AlexInput) -> Maybe (Tok Token, (AlexState HlState, AlexInput))Source

Scan one token. Return (maybe) a token and a new state.

data Reserved Source

Constructors

Forall 
Exists 
Other 

Instances