Habitat is a source code browser for use with Haskell, in particular, code for the hbc compiler. The browser allows a user to skip between modules of a large program quickly and easily. It displays Haskell code coloured according to its syntax, with embedded anchors. These anchors link identifiers back to their definitions, wherever this is in the program. The browser can read .hs, .lhs and .hi files. The program is implemented entirely in Haskell, using the Fudgets library, and was written as a 3rd year degree project. Habitat is available by anonymous ftp from: ftp://ftp.cs.nott.ac.uk/haskell/habitat Or visit the Habitat home page at: http://www.cs.nott.ac.uk/Research/fpg/habitat.html Comments welcome! Noel Winstanley ([EMAIL PROTECTED])