diff options
author | Eduardo Julian | 2022-10-01 18:39:48 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-10-01 18:39:48 -0400 |
commit | 0b2294bc184b1ed3e82dc00096e9971245239e2c (patch) | |
tree | b3e0421bb7736d09562291118a562e15fd4f1ede /stdlib/source/parser | |
parent | 53704218a3705132dbe807a8ef54f938809f84d5 (diff) |
New format for extensions [part 1]
Diffstat (limited to 'stdlib/source/parser')
-rw-r--r-- | stdlib/source/parser/lux/meta/compiler/language/lux/synthesis.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/parser/lux/meta/compiler/language/lux/synthesis.lux b/stdlib/source/parser/lux/meta/compiler/language/lux/synthesis.lux index 2cb179d28..66b41582e 100644 --- a/stdlib/source/parser/lux/meta/compiler/language/lux/synthesis.lux +++ b/stdlib/source/parser/lux/meta/compiler/language/lux/synthesis.lux @@ -1,6 +1,6 @@ (.require [library - [lux (.except function loop i64 local) + [lux (.except Synthesis function loop i64 local) [abstract [monad (.only do)]] [control |