aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/phase/translation/common/reference.lux
diff options
context:
space:
mode:
authorEduardo Julian2019-03-03 12:09:56 -0400
committerEduardo Julian2019-03-03 12:09:56 -0400
commitf4bb7ff1455659a766a074506b54129e0037db64 (patch)
treebbf79c07fa08088c99aca93236ce1eaa0974d333 /stdlib/source/lux/tool/compiler/phase/translation/common/reference.lux
parent539ad81bbb9034e41e6ca8f5445a9dd239c60be1 (diff)
Some refactoring around synthesis.
Diffstat (limited to 'stdlib/source/lux/tool/compiler/phase/translation/common/reference.lux')
-rw-r--r--stdlib/source/lux/tool/compiler/phase/translation/common/reference.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/tool/compiler/phase/translation/common/reference.lux b/stdlib/source/lux/tool/compiler/phase/translation/common/reference.lux
index 7cd24b23d..af676ad85 100644
--- a/stdlib/source/lux/tool/compiler/phase/translation/common/reference.lux
+++ b/stdlib/source/lux/tool/compiler/phase/translation/common/reference.lux
@@ -9,8 +9,8 @@
[//
["/." //
["//." // ("#/." monad)
- [synthesis (#+ Synthesis)]
[//
+ [synthesis (#+ Synthesis)]
["." reference (#+ Register Variable Reference)]]]]])
(signature: #export (System expression)