summaryrefslogtreecommitdiff
path: root/DSL/Types.hs
diff options
context:
space:
mode:
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 0a4de3f..7bd9f56 100644
--- a/DSL/Types.hs
+++ b/DSL/Types.hs
@@ -36,6 +36,8 @@ data Intrinsic
| I_AND
| I_OR
| I_XOR
+ -- core string operations
+ | I_STRCAT
-- core logical operations
| I_EQUAL
| I_LESSTHAN