aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/analysis/procedure/common.lux
diff options
context:
space:
mode:
authorEduardo Julian2017-11-14 20:39:03 -0400
committerEduardo Julian2017-11-14 20:39:03 -0400
commita3b9b19231047ec6da8decfc7d45db0598622651 (patch)
treeaa15000c734af07ecbe36034dc47f3b1bed6a6af /new-luxc/source/luxc/lang/analysis/procedure/common.lux
parentb88027c19181f24584d5ad1c46fb2443d65edece (diff)
- Made "lux text clip" work like it used to.
Diffstat (limited to '')
-rw-r--r--new-luxc/source/luxc/lang/analysis/procedure/common.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/new-luxc/source/luxc/lang/analysis/procedure/common.lux b/new-luxc/source/luxc/lang/analysis/procedure/common.lux
index 3688f990e..f5756f35b 100644
--- a/new-luxc/source/luxc/lang/analysis/procedure/common.lux
+++ b/new-luxc/source/luxc/lang/analysis/procedure/common.lux
@@ -272,7 +272,7 @@
(install "replace-once" (trinary Text Text Text Text))
(install "replace-all" (trinary Text Text Text Text))
(install "char" (binary Text Nat (type (Maybe Nat))))
- (install "clip" (trinary Text Nat Nat Text))
+ (install "clip" (trinary Text Nat Nat (type (Maybe Text))))
)))
(def: (array-get proc)