Module
Parsing.DataView.Basic  
- Package
- purescript-parsing-dataview
- Repository
- jamesdbrock/purescript-parsing-dataview
Basic DataView parsers derived from primitive DataView parsers.
All of these parsers will consume when they succeed.
All of these parsers will not consume and will automatically backtrack when they fail.
#anyCodePointUTF8 Source
anyCodePointUTF8 :: forall m. MonadEffect m => ParserT DataView m CodePointDecode one UTF-8 code point, 1—4 bytes.