summaryrefslogtreecommitdiff
path: root/examples/tutorial/calculator/CalculatorJ.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorial/calculator/CalculatorJ.gf')
-rw-r--r--examples/tutorial/calculator/CalculatorJ.gf1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/tutorial/calculator/CalculatorJ.gf b/examples/tutorial/calculator/CalculatorJ.gf
index 15b2caffd..0df7b73fe 100644
--- a/examples/tutorial/calculator/CalculatorJ.gf
+++ b/examples/tutorial/calculator/CalculatorJ.gf
@@ -15,6 +15,7 @@ concrete CalculatorJ of Calculator = open Prelude in {
EPlus = postfix "iadd" ;
EMinus = postfix "isub" ;
ETimes = postfix "imul" ;
+ EDiv = postfix "imul" ;
EInt = prefixSS "iconst" ;
EVar = prefixSS "iload" ;