Top "Hugs" questions

Hugs 98 is a functional programming system based on Haskell 98.

How to implement Dijkstra Algorithm in Haskell

For my studies I have to write the following function which gets the shortest route between two countries. I already …

algorithm haskell dijkstra hugs
Differences Between Hugs, Yhc and GHCi

There are differences between Hugs, Yhc and GHCi? If there are differences, What are they?

haskell comparison interpreter ghci hugs