aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/phase.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/tool/compiler/phase.lux')
-rw-r--r--stdlib/source/library/lux/tool/compiler/phase.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/library/lux/tool/compiler/phase.lux b/stdlib/source/library/lux/tool/compiler/phase.lux
index ff07d7226..a38199dda 100644
--- a/stdlib/source/library/lux/tool/compiler/phase.lux
+++ b/stdlib/source/library/lux/tool/compiler/phase.lux
@@ -2,23 +2,23 @@
[library
[lux "*"
[abstract
- [functor {"+" Functor}]
- [monad {"+" Monad do}]]
+ [functor (.only Functor)]
+ [monad (.only Monad do)]]
[control
["[0]" state]
- ["[0]" try {"+" Try} ("[1]#[0]" functor)]
- ["[0]" exception {"+" Exception}]
+ ["[0]" try (.only Try) ("[1]#[0]" functor)]
+ ["[0]" exception (.only Exception)]
["[0]" io]]
[data
["[0]" product]
[text
- ["%" format {"+" format}]]]
+ ["%" format (.only format)]]]
[time
["[0]" instant]
["[0]" duration]]]]
[//
[meta
- [archive {"+" Archive}]]])
+ [archive (.only Archive)]]])
(type: .public (Operation s o)
(state.+State Try s o))