symbols-0.1.0.0: Symbol manipulation

Safe HaskellSafe
LanguageHaskell2010

Data.Symbol.Ascii

Synopsis

Documentation

type family Head (sym :: Symbol) :: Symbol where ... Source #

Compute the first character of a type-level symbol

Equations

Head "" = "" 
Head sym = Lookup sym Chars