liquidhaskell-0.8.2.2: Liquid Types for Haskell

Safe HaskellNone
LanguageHaskell98

Gradual.PrettyPrinting

Documentation

class Pretty a where Source #

Minimal complete definition

pretty

Methods

pretty :: a -> String Source #

Instances

Pretty KVar Source # 

Methods

pretty :: KVar -> String Source #

Pretty Expr Source # 

Methods

pretty :: Expr -> String Source #

Pretty Symbol Source # 

Methods

pretty :: Symbol -> String Source #

Pretty a => Pretty [a] Source # 

Methods

pretty :: [a] -> String Source #

(Pretty a, Pretty b) => Pretty (a, b) Source # 

Methods

pretty :: (a, b) -> String Source #