aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/pattern.lux
diff options
context:
space:
mode:
Diffstat (limited to 'new-luxc/source/luxc/lang/pattern.lux')
-rw-r--r--new-luxc/source/luxc/lang/pattern.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/new-luxc/source/luxc/lang/pattern.lux b/new-luxc/source/luxc/lang/pattern.lux
index a0077133b..c422ea419 100644
--- a/new-luxc/source/luxc/lang/pattern.lux
+++ b/new-luxc/source/luxc/lang/pattern.lux
@@ -2,7 +2,7 @@
lux)
(type: #export #rec Pattern
- (#Ref Nat)
+ (#Bind Nat)
#Unit
(#Bool Bool)
(#Nat Nat)