describe-0.3.1.1: Combinators for describing binary data structures

Safe HaskellNone
LanguageHaskell2010

Data.Serialize.Describe.Combinators.NText

Synopsis

Documentation

ntext :: (s -> Text) -> Descriptor s Text Source #

A null-terminated text descriptor which reads characters until '\0' is encountered. Semantically, the '\0' is consumed by the parser. The entire text will be serialized with a '\0' character appended to the end.

newtype NText Source #

Type-level variant of ftext.

Constructors

NText 

Fields