Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- nodes :: Amount a -> Produce (Node a)
- nodeCounts :: Amount a -> (Node a -> NodeCounts b) -> Produce (Node a, NodeCounts b)
- readNodeCountsFromFile :: FilePath -> Produce (Either IOException (Either Text (Node a, NodeCounts b)))
Documentation
nodeCounts :: Amount a -> (Node a -> NodeCounts b) -> Produce (Node a, NodeCounts b) Source #
Node counts paired with the source nodes.
readNodeCountsFromFile :: FilePath -> Produce (Either IOException (Either Text (Node a, NodeCounts b))) Source #