blob: 6343c466210bee0690002ce1558a050e93176dcc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
TYPE SIGNATURES
skipMany ::
forall tok st a. GenParser tok st a -> GenParser tok st ()
skipMany' ::
forall tok st a. GenParser tok st a -> GenParser tok st ()
TYPE CONSTRUCTORS
data GenParser tok st a = GenParser tok st a
Promotable
COERCION AXIOMS
Dependent modules: []
Dependent packages: [base-4.9.0.0, ghc-prim-0.4.0.0,
integer-gmp-1.0.0.0]
|