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