Module

Data.Reified

Package
purescript-datareify
Repository
alexknvl/purescript-datareify

#Graph Source

newtype Graph f

Constructors

#toGraph Source

toGraph :: forall f t. Recursive t f => Traversable f => t -> Effect (Graph f)

#fromGraph Source

fromGraph :: forall f t. Partial => Corecursive t f => Traversable f => Graph f -> t
Modules
Data.Reified