]> Git — Sourcephile - haskell/symantic-parser.git/blob - test/Golden/Grammar/many-a.dump
bump to ghc-9.0.1 to get a levity-polymorphic CodeQ
[haskell/symantic-parser.git] / test / Golden / Grammar / many-a.dump
1 <*>
2 + def let_1
3 | ` <|>
4 | + <*>
5 | | + <*>
6 | | | + pure (.)
7 | | | ` <*>
8 | | | + pure cons
9 | | | ` <*>
10 | | | + <*>
11 | | | | + pure const
12 | | | | ` pure Haskell
13 | | | ` satisfy
14 | | ` rec let_1
15 | ` pure id
16 ` pure Haskell