Safe Haskell | None |
---|---|
Language | Haskell98 |
Data.Reify
- class MuRef a where
- module Data.Reify.Graph
- reifyGraph :: MuRef s => s -> IO (Graph (DeRef s))
Documentation
MuRef
is a class that provided a way to reference into a specific type,
and a way to map over the deferenced internals.
Minimal complete definition
module Data.Reify.Graph