Guest User

Untitled

a guest
May 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. class Enum b => Graph a b | a -> b where
  2. vertices :: a -> [b]
  3. edge :: a -> b -> b -> Maybe Double
  4. fromInt :: a -> Int -> b
Add Comment
Please, Sign In to add comment