unicode-0.0: Construct and transform unicode characters

Safe HaskellSafe-Inferred

Data.Char.Frame

Synopsis

Documentation

data Vertical a Source

Constructors

Vertical 

Fields

up :: a
 
down :: a
 

data Parts a Source

Constructors

Parts (Vertical a) (Horizontal a) 

double :: Directions Bool -> Parts Bool -> CharSource

This function is not total because half-width and half-height double bars are missing.