| Safe Haskell | None |
|---|
Text.PapillonCore
Documentation
papillonCore :: String -> DecsQSource
Instances
| SourceList c => Source [c] |
class SourceList c whereSource
Methods
listToken :: [c] -> Maybe (c, [c])Source
listInitialPos :: ListPos cSource
listUpdatePos :: c -> ListPos c -> ListPos cSource
Instances
pePositionS :: forall drv. ParseError (Pos String) drv -> (Int, Int)Source