summaryrefslogtreecommitdiff
path: root/DSL/Types.hs
diff options
context:
space:
mode:
authorMatthew Hall <hallmatthew314@gmail.com>2023-02-24 23:03:33 +1300
committerMatthew Hall <hallmatthew314@gmail.com>2023-02-24 23:03:33 +1300
commit1977b7ad1e86d2b922737eb04741607e9c9a991a (patch)
tree24653cb78f5411e79d1ede853115ca38ccd80aa4 /DSL/Types.hs
parentb89d46e7df8ae65786abe37b5703392e9042db83 (diff)
Better printing functionsmain
Diffstat (limited to 'DSL/Types.hs')
-rw-r--r--DSL/Types.hs2
1 files changed, 2 insertions, 0 deletions
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