diff options
author | Eduardo Julian | 2022-09-02 22:30:48 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-09-02 22:30:48 -0400 |
commit | 950836e72a1b775ccab19a722566c431f56208f6 (patch) | |
tree | d48e07019fc67f8e234d06847ca14d612027817f /stdlib/source/parser | |
parent | 3b571c140a3bee7ec715df9f9cf37645883b9397 (diff) |
Made labels (tags & slots) into normal definitions.
Diffstat (limited to 'stdlib/source/parser')
-rw-r--r-- | stdlib/source/parser/lux/data/format/xml.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/parser/lux/data/format/xml.lux b/stdlib/source/parser/lux/data/format/xml.lux index ce03568f6..603cfe6c5 100644 --- a/stdlib/source/parser/lux/data/format/xml.lux +++ b/stdlib/source/parser/lux/data/format/xml.lux @@ -1,6 +1,6 @@ (.require [library - [lux (.except) + [lux (.except Tag) [abstract [monad (.only do)]] [control |