aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/synthesis.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/tool/compiler/synthesis.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/lux/tool/compiler/synthesis.lux b/stdlib/source/lux/tool/compiler/synthesis.lux
index a287caf5e..1e56a90a3 100644
--- a/stdlib/source/lux/tool/compiler/synthesis.lux
+++ b/stdlib/source/lux/tool/compiler/synthesis.lux
@@ -11,10 +11,10 @@
[collection
["." list ("#/." functor)]
["." dictionary (#+ Dictionary)]]]]
- [//
- ["//." reference (#+ Register Variable Reference)]
- ["//." analysis (#+ Environment Arity Composite Analysis)]
- ["." phase
+ ["." // #_
+ ["#." reference (#+ Register Variable Reference)]
+ ["#." analysis (#+ Environment Arity Composite Analysis)]
+ ["#." phase
["." extension (#+ Extension)]]])
(type: #export Resolver (Dictionary Variable Variable))
@@ -192,7 +192,7 @@
(def: #export with-new-local
(All [a] (-> (Operation a) (Operation a)))
- (<<| (do phase.monad
+ (<<| (do //phase.monad
[locals ..locals])
(..with-locals (inc locals))))