| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
UHC.Util.AGraph
Documentation
successors :: Ord a => AGraph a b -> a -> [(b, a)] Source #
predecessors :: Ord a => AGraph a b -> a -> [(b, a)] Source #
emptyAGraph :: Ord a => AGraph a b Source #
uhc-util-0.1.7.0: UHC utilities
| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
UHC.Util.AGraph
successors :: Ord a => AGraph a b -> a -> [(b, a)] Source #
predecessors :: Ord a => AGraph a b -> a -> [(b, a)] Source #
emptyAGraph :: Ord a => AGraph a b Source #