From 1977b7ad1e86d2b922737eb04741607e9c9a991a Mon Sep 17 00:00:00 2001 From: Matthew Hall Date: Fri, 24 Feb 2023 23:03:33 +1300 Subject: Better printing functions --- DSL/Types.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'DSL/Types.hs') diff --git a/DSL/Types.hs b/DSL/Types.hs index 2faacc4..d0ded59 100644 --- a/DSL/Types.hs +++ b/DSL/Types.hs @@ -45,6 +45,8 @@ data Intrinsic | I_EQUAL | I_LESSTHAN | I_GREATERTHAN + -- core IO operations + | I_PUT deriving (Show, Eq) type ProcName = String -- cgit v1.2.1