Add freeze and thaw for monadic graphs
Open
- Dominant language
- Haskell
- Stars
- 200
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
I believe we should offer
``` haskell
freezeGraph :: (GraphM m mg, Graph g) => mg a b -> m (g a b)
thawGraph :: (GraphM m mg, Graph g) => g a b -> m (mg a b)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.