summaryrefslogtreecommitdiff
path: root/examples/05-inductive-data-types
diff options
context:
space:
mode:
Diffstat (limited to 'examples/05-inductive-data-types')
-rw-r--r--examples/05-inductive-data-types/src/arithmetic.hob2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/05-inductive-data-types/src/arithmetic.hob b/examples/05-inductive-data-types/src/arithmetic.hob
index b1ef6e5..d3b2051 100644
--- a/examples/05-inductive-data-types/src/arithmetic.hob
+++ b/examples/05-inductive-data-types/src/arithmetic.hob
@@ -1,5 +1,5 @@
sum Expression {
- variant Add box;
+ variant Box[Add];
variant Const;
}