css-syntax-0.0.8: This package implments a parser for the CSS syntax

Safe HaskellNone
LanguageHaskell2010

Data.CSS.Syntax.Tokens

Synopsis

Documentation

data HashFlag Source #

Constructors

HId 
HUnrestricted 
Instances
Eq HashFlag Source # 
Instance details

Defined in Data.CSS.Syntax.Tokens

Show HashFlag Source # 
Instance details

Defined in Data.CSS.Syntax.Tokens

type Unit = Text Source #

serialize :: [Token] -> Text Source #

Serialize a list of Tokens back into Text. Round-tripping is not guaranteed to be identity. The tokenization step drops some information from the source.

https://drafts.csswg.org/css-syntax/#serialization