fungll-combinators-0.4.1.1: GLL parser with simple combinator interface
Safe HaskellSafe-Inferred
LanguageHaskell2010

GLL.Types.Input

Documentation

type RawParser t = [t] -> [[t]] Source #

type Input t = (Array Int t, [t]) Source #

mkInput :: Parseable t => [t] -> Input t Source #

apply_scanner :: RawParser t -> Input t -> [[t]] Source #

slice :: Input t -> Int -> Int -> [t] Source #