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

Document precondition for Context. #28

Closed
wants to merge 1 commit into from
Closed

Conversation

osbugs
Copy link
Contributor

@osbugs osbugs commented Feb 25, 2016

No description provided.

@@ -172,7 +172,9 @@ class Graph gr where
labEdges = ufold (\(_,v,_,s)->(map (\(l,w)->(v,w,l)) s ++)) []

class (Graph gr) => DynGraph gr where
-- | Merge the 'Context' into the 'DynGraph'.
-- | Merge the 'Context' into the 'DynGraph'. Contexts should only refer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for taking so long to review this.

Would it be possible for you to edit this slightly and have your addition starting in a new paragraph (e.g. like how it's done with buildGr)?

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

Successfully merging this pull request may close these issues.

None yet

2 participants