Eric Easley

Results 3 comments of Eric Easley

- Added weight to `Edge` (i.e. `data Edge k e = Edge k e k`) - Hid `Graph` behind smart constructor verifying that edges reference actually existing vertices and that...

@paf31 bump

No problem. Start with as in paste here? # `Eq` and `Show` ``` purescript instance eqEdge :: (Eq k, Eq e) => Eq (Edge k e) where (==) (Edge fa...