diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/library/lux/control/parser/xml.lux | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/library/lux/control/parser/xml.lux b/stdlib/source/library/lux/control/parser/xml.lux index a4efa259b..fa4245354 100644 --- a/stdlib/source/library/lux/control/parser/xml.lux +++ b/stdlib/source/library/lux/control/parser/xml.lux @@ -2,19 +2,19 @@ [library [lux "*" [abstract - [monad {"+" [do]}]] + [monad {"+" do}]] [control - ["[0]" try {"+" [Try]} ("[1]#[0]" functor)] - ["[0]" exception {"+" [exception:]}]] + ["[0]" try {"+" Try} ("[1]#[0]" functor)] + ["[0]" exception {"+" exception:}]] [data ["[0]" name ("[1]#[0]" equivalence codec)] ["[0]" text - ["%" format {"+" [format]}]] + ["%" format {"+" format}]] [collection ["[0]" list] ["[0]" dictionary]] [format - ["/" xml {"+" [Attribute Attrs Tag XML]}]]]]] + ["/" xml {"+" Attribute Attrs Tag XML}]]]]] ["[0]" //]) (type: .public (Parser a) |