jinjor / elm-xml-parser

XML parser for Elm
http://package.elm-lang.org/packages/jinjor/elm-xml-parser/latest
BSD 3-Clause "New" or "Revised" License
21 stars 10 forks source link

add DeadEnd type to exposed types as per doc example type declarations #6

Open tevio opened 5 years ago

tevio commented 5 years ago

Currently I have to make Parser a direct dep and use Parser.Advanced to access this for the parser Result But you have a nice wrapper for it in XmlParser but it's not exposed