yi-mode-haskell-0.18.0: Yi editor haskell mode

Safe HaskellNone
LanguageHaskell2010

Yi.Lexer.Haskell

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 CommentType Source #

Constructors

Open 
Close 
Text 
Line 
Instances
Eq CommentType Source # 
Instance details

Defined in Yi.Lexer.Haskell

Show CommentType Source # 
Instance details

Defined in Yi.Lexer.Haskell

data OpType Source #

Instances
Eq OpType Source # 
Instance details

Defined in Yi.Lexer.Haskell

Methods

(==) :: OpType -> OpType -> Bool #

(/=) :: OpType -> OpType -> Bool #

Show OpType Source # 
Instance details

Defined in Yi.Lexer.Haskell