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

Function insertEdgeTriple not updating the attribute in DGraph #2

Closed
fiedlerp opened this issue Jul 3, 2020 · 1 comment
Closed

Comments

@fiedlerp
Copy link

fiedlerp commented Jul 3, 2020

When you try to update edge/arc attribute in DGraph using insertEdgeTriple nothing happens.

Try on your own:

g1 = fromArcsList [ Arc 'A' 'B' 3]
g2 = insertEdgeTriple ('A', 'B', 5) g1
print $ toArcsList g2 -- [ Arc 'A' 'B' 3]
@alx741
Copy link
Owner

alx741 commented Jul 5, 2020

Hey, thanks for reporting it. I'm a bit short of time right now... but will try and fix it next week

@alx741 alx741 closed this as completed in 31e7b9e Sep 26, 2020
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