Closed 7enderhead closed 2 years ago
Thank you for pointing this out, I will fix it as soon as possible.
@7enderhead Just for clarification, did you use the nuget package of FSharp.FGL? I can only reproduce the bug in the nuget package but not the library dll. If that is the case, publishing an updated version of the nuget package will fix this bug and I apologize for the inconvenience.
I'm using nuget package FSharp.FGL 0.0.2.
ok then this is a bugfix that was not yet in the nuget package. I will create and publish the new version of the package right away.
The updated package is now online. Thanks again for pointing this out.
Describe the bug Directed.Edges.fold processes each directed edge in both directions, although only one direction is given.
To Reproduce
dotnet fsi
session:Expected behavior Directed.Edges.fold should only process each directed edge once, in the given direction.
OS and framework information (please complete the following information):