diff options
author | Eduardo Julian | 2017-11-14 20:03:14 -0400 |
---|---|---|
committer | Eduardo Julian | 2017-11-14 20:03:14 -0400 |
commit | b88027c19181f24584d5ad1c46fb2443d65edece (patch) | |
tree | ae6ce4b8cc4dab3a5b05e9e9759df041509c4113 /new-luxc/source/luxc/lang/analysis/procedure | |
parent | 686a46f569b818681583e6ce75b37b25642b375b (diff) |
- Fixed some bugs.
- new-luxc can now fully compile lux.lux!
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 3965e78ba..3688f990e 100644 --- a/new-luxc/source/luxc/lang/analysis/procedure/common.lux +++ b/new-luxc/source/luxc/lang/analysis/procedure/common.lux @@ -271,7 +271,7 @@ (install "hash" (unary Text Nat)) (install "replace-once" (trinary Text Text Text Text)) (install "replace-all" (trinary Text Text Text Text)) - (install "char" (binary Text Nat Nat)) + (install "char" (binary Text Nat (type (Maybe Nat)))) (install "clip" (trinary Text Nat Nat Text)) ))) |