add negExample3

This commit is contained in:
crumbtoo
2023-11-13 19:54:56 -07:00
parent 034f2cba9c
commit 694eaacbbd

View File

@@ -320,6 +320,12 @@ negExample2 = Program
Prim IntNegP :$ Prim (IntP 3) Prim IntNegP :$ Prim (IntP 3)
] ]
negExample3 :: Program
negExample3 = Program
[ ScDef "main" [] $
"twice" :$ Prim IntNegP :$ Prim (IntP 3)
]
---------------------------------------------------------------------------------- ----------------------------------------------------------------------------------
instance Pretty TiState where instance Pretty TiState where