diff options
author | Eduardo Julian | 2017-11-14 20:39:03 -0400 |
---|---|---|
committer | Eduardo Julian | 2017-11-14 20:39:03 -0400 |
commit | a3b9b19231047ec6da8decfc7d45db0598622651 (patch) | |
tree | aa15000c734af07ecbe36034dc47f3b1bed6a6af /new-luxc/source/luxc/lang/analysis/procedure | |
parent | b88027c19181f24584d5ad1c46fb2443d65edece (diff) |
- Made "lux text clip" work like it used to.
Diffstat (limited to 'new-luxc/source/luxc/lang/analysis/procedure')
-rw-r--r-- | new-luxc/source/luxc/lang/analysis/procedure/common.lux | 2 |
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) |