bcp47-0.1.0.0: Language tags as specified by BCP 47

Safe HaskellNone
LanguageHaskell2010

Data.BCP47.Internal.PrivateUse

Synopsis

Documentation

newtype PrivateUse Source #

Private Use subtags

Private use subtags are used to indicate distinctions in language that are important in a given context by private agreement.

Constructors

PrivateUse Text 

privateUseP :: Parsec Void Text (Set PrivateUse) Source #

BCP-47 private use parser

@ privateuse = "x" 1*("-" (1*8alphanum)) @