Module

Data.Text.Output

Package
purescript-text-formatting
Repository
shamansir/purescript-text-formatting

#OutputKind Source

#Support Source

data Support

Constructors

#ToDoc Source

class ToDoc a  where

Members

#FormatterBy Source

class FormatterBy :: OutputKind -> Type -> Constraintclass FormatterBy (x :: OutputKind) a  where

Members

#Renderer Source

class Renderer :: OutputKind -> Constraintclass Renderer (x :: OutputKind)  where

Members

#Format Source

class Format :: OutputKind -> Type -> Constraintclass (Renderer x) <= Format (x :: OutputKind) a | x -> a where

Members

Instances