2 lines
92 B
Haskell
2 lines
92 B
Haskell
data Shortest b a = Shortest { distance :: a, path :: [b] }
|
|
deriving Show
|