aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language/lux/analysis/evaluation.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/tool/compiler/language/lux/analysis/evaluation.lux')
-rw-r--r--stdlib/source/library/lux/tool/compiler/language/lux/analysis/evaluation.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/tool/compiler/language/lux/analysis/evaluation.lux b/stdlib/source/library/lux/tool/compiler/language/lux/analysis/evaluation.lux
index 0895955dc..b099446ea 100644
--- a/stdlib/source/library/lux/tool/compiler/language/lux/analysis/evaluation.lux
+++ b/stdlib/source/library/lux/tool/compiler/language/lux/analysis/evaluation.lux
@@ -26,7 +26,7 @@
[archive (#+ Archive)
[descriptor (#+ Module)]]]]]]]])
-(type: #export Eval
+(type: .public Eval
(-> Archive Nat Type Code (Operation Any)))
(def: (context [module_id artifact_id])
@@ -34,7 +34,7 @@
## TODO: Find a better way that doesn't rely on clever tricks.
[(n.- module_id 0) artifact_id])
-(def: #export (evaluator expander synthesis_state generation_state generate)
+(def: .public (evaluator expander synthesis_state generation_state generate)
(All [anchor expression artifact]
(-> Expander
synthesis.State+