]> Git — Sourcephile - haskell/symantic-parser.git/blob - parsers/Parsers/Playground.hs
replace ValueCode by Production
[haskell/symantic-parser.git] / parsers / Parsers / Playground.hs
1 {-# LANGUAGE NoMonomorphismRestriction #-}
2 {-# LANGUAGE TemplateHaskell #-}
3 module Parsers.Playground where
4
5 import Symantic.Parser
6 import qualified Symantic.Univariant.Lang as H
7
8 boom :: CombApplicable repr => repr ()
9 boom =
10 let foo = (-- newRegister_ unit (\r0 ->
11 let goo = (-- newRegister_ unit (\r1 ->
12 let hoo = {-get r0 <~> get r1 *>-} goo *> hoo in hoo
13 ) *> goo
14 in goo) *> pure H.unit
15 in foo *> foo