bcp47-0.2.0.3: Language tags as specified by BCP 47
Safe HaskellSafe-Inferred
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)) @