purescript-0.13.8: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell2010

Language.PureScript.Hierarchy

Description

Generate Directed Graphs of PureScript TypeClasses

Documentation

data Graph Source #

Constructors

Graph 
Instances
Eq Graph Source # 
Instance details

Defined in Language.PureScript.Hierarchy

Methods

(==) :: Graph -> Graph -> Bool #

(/=) :: Graph -> Graph -> Bool #

Show Graph Source # 
Instance details

Defined in Language.PureScript.Hierarchy

Methods

showsPrec :: Int -> Graph -> ShowS #

show :: Graph -> String #

showList :: [Graph] -> ShowS #

newtype GraphName Source #

Constructors

GraphName 

Fields

Instances
Eq GraphName Source # 
Instance details

Defined in Language.PureScript.Hierarchy

Show GraphName Source # 
Instance details

Defined in Language.PureScript.Hierarchy

newtype Digraph Source #

Constructors

Digraph 

Fields

Instances
Eq Digraph Source # 
Instance details

Defined in Language.PureScript.Hierarchy

Methods

(==) :: Digraph -> Digraph -> Bool #

(/=) :: Digraph -> Digraph -> Bool #

Show Digraph Source # 
Instance details

Defined in Language.PureScript.Hierarchy