Haskell lexemes.
Constructors
Char CharCharacter literal
String StringString literal, with escapes interpreted
Punc StringPunctuation or reserved symbol, e.g. (
, ::
Haskell identifier, e.g. foo
, Baz
Haskell symbol, e.g. >>
, :%
Instances
Eq Lexeme Read Lexeme Show LexemenumberToInteger :: Number -> Maybe IntegerSource
numberToRational :: Number -> RationalSource
numberToRangedRational :: (Int, Int) -> Number -> Maybe RationalSource
Haskell lexer: returns the lexed string, rather than the lexeme
readIntP :: Num a => a -> (Char -> Bool) -> (Char -> Int) -> ReadP aSource
readOctP :: (Eq a, Num a) => ReadP aSource
readDecP :: (Eq a, Num a) => ReadP aSource
readHexP :: (Eq a, Num a) => ReadP aSource
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4