edges-0.4.0.1: Tools for efficient immutable graphs

Safe HaskellNone
LanguageHaskell2010

Edges.Node

Contents

Documentation

newtype Node entity Source #

Constructors

Node Int 
Instances
Eq (Node a) # 
Instance details

Defined in Edges.Node

Methods

(==) :: Node a -> Node a -> Bool #

(/=) :: Node a -> Node a -> Bool #

Ord (Node a) # 
Instance details

Defined in Edges.Node

Methods

compare :: Node a -> Node a -> Ordering #

(<) :: Node a -> Node a -> Bool #

(<=) :: Node a -> Node a -> Bool #

(>) :: Node a -> Node a -> Bool #

(>=) :: Node a -> Node a -> Bool #

max :: Node a -> Node a -> Node a #

min :: Node a -> Node a -> Node a #

Show (Node a) # 
Instance details

Defined in Edges.Node

Methods

showsPrec :: Int -> Node a -> ShowS #

show :: Node a -> String #

showList :: [Node a] -> ShowS #

Serialize (Node a) # 
Instance details

Defined in Edges.Cereal.Instances

Methods

put :: Putter (Node a) #

get :: Get (Node a) #

Orphan instances

Eq (Node a) Source # 
Instance details

Methods

(==) :: Node a -> Node a -> Bool #

(/=) :: Node a -> Node a -> Bool #

Ord (Node a) Source # 
Instance details

Methods

compare :: Node a -> Node a -> Ordering #

(<) :: Node a -> Node a -> Bool #

(<=) :: Node a -> Node a -> Bool #

(>) :: Node a -> Node a -> Bool #

(>=) :: Node a -> Node a -> Bool #

max :: Node a -> Node a -> Node a #

min :: Node a -> Node a -> Node a #

Show (Node a) Source # 
Instance details

Methods

showsPrec :: Int -> Node a -> ShowS #

show :: Node a -> String #

showList :: [Node a] -> ShowS #