A prototype explorer for Haskell

Jan Skibinski jans@numeric-quest.com
Thu, 9 Nov 2000 22:36:48 -0500 (EST)


	Check
	http://www.numeric-quest.com/haskell/explorer/explorer.html
	and tell me what you think about it.

	The tool uses :browse command of Hugs. There is always
	a choice for this kind of work:

	+ Parse the source modules. 
	  Pro: Tools are portable to other environments.
	  Contra: source code is not type checked and might be buggy.

	+ Be lazy and tap to work of others, such as Hugs.
	  Pro: Modules are typed checked.
	  Contra: tools are not portable.

	Jan