summaryrefslogtreecommitdiff
path: root/DSL/Interpretation.hs
diff options
context:
space:
mode:
Diffstat (limited to 'DSL/Interpretation.hs')
-rw-r--r--DSL/Interpretation.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/DSL/Interpretation.hs b/DSL/Interpretation.hs
index 02105f4..02f741d 100644
--- a/DSL/Interpretation.hs
+++ b/DSL/Interpretation.hs
@@ -40,6 +40,7 @@ applyIntrinsic i m = do
I_AND -> and'
I_OR -> or'
I_XOR -> xor
+ I_STRCAT -> strcat
I_EQUAL -> equal
I_LESSTHAN -> lessThan
I_GREATERTHAN -> greaterThan