Difference between revisions of "Hat"

From HaskellWiki
Jump to navigation Jump to search
(Updated the link to the home page and added a link to Hackage)
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  +
Hat is the Haskell debugger, see http://www.haskell.org/hat/ for more details.
 
  +
{{Stub}}
  +
 
Hat is the Haskell debugger, see http://olafchitil.github.com/hat/ for more details. It can be downloaded from [http://hackage.haskell.org/package/hat Hackage].
   
 
== Libraries not supported ==
 
== Libraries not supported ==
   
* Data.Map
+
* Data.Map [Hoogle]
   
 
== Functions not supported ==
 
== Functions not supported ==
Line 10: Line 13:
 
* System.IO.openBinaryFile [YAM]
 
* System.IO.openBinaryFile [YAM]
 
* Pretty.style [Hacle]
 
* Pretty.style [Hacle]
  +
  +
[[Category:Tools]]

Revision as of 12:47, 21 January 2013

This article is a stub. You can help by expanding it.

Hat is the Haskell debugger, see http://olafchitil.github.com/hat/ for more details. It can be downloaded from Hackage.

Libraries not supported

  • Data.Map [Hoogle]

Functions not supported

  • System.Directory.findExecutable [HatMake]
  • System.IO.openBinaryFile [YAM]
  • Pretty.style [Hacle]