summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/SkipMany.stderr
blob: b682e1d7a1e9d6dfc984b911c8967c1987b9090f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TYPE SIGNATURES
  SkipMany.GenParser ::
    forall tok st a. tok -> st -> a -> GenParser tok st a
  skipMany ::
    forall a st tok. 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
COERCION AXIOMS
Dependent modules: []
Dependent packages: [base-4.10.0.0, ghc-prim-0.5.0.0,
                     integer-gmp-1.0.0.1]