Idris2Doc : Text.WebIDL.Lexer

Text.WebIDL.Lexer

(source)

Definitions

0ParseErr : Type
Totality: total
Visibility: public export
lexIdl : String->Either (BoundedParseErr) (List (BoundedIdlToken))
  Generates a list of IdlTokens
from an input string, removing unnecessary tokens by
means of `isNoise`.

Totality: total
Visibility: export