Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add freeze and thaw for monadic graphs #44

Open
treeowl opened this issue Aug 30, 2016 · 1 comment
Open

Add freeze and thaw for monadic graphs #44

treeowl opened this issue Aug 30, 2016 · 1 comment
Milestone

Comments

@treeowl
Copy link
Contributor

treeowl commented Aug 30, 2016

I believe we should offer

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)
@ivan-m ivan-m added this to the 5.6.0.0 milestone Aug 30, 2016
@ivan-m
Copy link
Contributor

ivan-m commented Aug 30, 2016

I think the best approach is to do this as part of #42 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants