1 {-# LANGUAGE NoMonomorphismRestriction #-}
2 {-# LANGUAGE TemplateHaskell #-}
3 module Parsers.Playground where
6 import qualified Symantic.Lang as Prod
8 boom :: CombApplicable repr => repr ()
10 let foo = (-- newRegister_ unit (\r0 ->
11 let goo = (-- newRegister_ unit (\r1 ->
12 let hoo = {-get r0 <~> get r1 *>-} goo *> hoo in hoo
14 in goo) *> pure Prod.unit