purescript-0.11.7: 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 # 

Methods

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

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

Show Graph Source # 

Methods

showsPrec :: Int -> Graph -> ShowS #

show :: Graph -> String #

showList :: [Graph] -> ShowS #

newtype Digraph Source #

Constructors

Digraph 

Fields