diff options
Diffstat (limited to 'stdlib/source/library/lux/tool/compiler/phase.lux')
-rw-r--r-- | stdlib/source/library/lux/tool/compiler/phase.lux | 12 |
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 7140df44f..fc4851b5d 100644 --- a/stdlib/source/library/lux/tool/compiler/phase.lux +++ b/stdlib/source/library/lux/tool/compiler/phase.lux @@ -3,26 +3,26 @@ [lux "*" ["[0]" debug] [abstract - [monad {"+" [Monad do]}]] + [monad {"+" Monad do}]] [control ["[0]" state] - ["[0]" try {"+" [Try]} ("[1]#[0]" functor)] - ["ex" exception {"+" [Exception exception:]}] + ["[0]" try {"+" Try} ("[1]#[0]" functor)] + ["ex" exception {"+" Exception exception:}] ["[0]" io] [parser ["<[0]>" code]]] [data ["[0]" product] ["[0]" text - ["%" format {"+" [format]}]]] + ["%" format {"+" format}]]] [time ["[0]" instant] ["[0]" duration]] [macro - [syntax {"+" [syntax:]}]]]] + [syntax {"+" syntax:}]]]] [// [meta - [archive {"+" [Archive]}]]]) + [archive {"+" Archive}]]]) (type: .public (Operation s o) (state.+State Try s o)) |