[project @ 1997-03-14 05:31:07 by sof]
[ghc-hetmet.git] / ghc / CONTRIB / haskell-modes / yale / original / printer-help.txt
1 General messages
2       compiling       Printed when the compilation system starts a compilation
3       loading         Printed when a previously compiled unit is loaded
4       reading         Prints the name of the file being parsed
5       pad             Enables printing within scratch pads
6       interactive     Print verbose messages in command loop
7       prompt          Print prompt in command loop
8 Timings
9       time            Prints the time that it takes to execute a computation
10       phase-time      Prints the time of each phase of compilation
11 Compiler passes
12       parse           Prints the program recreated from ast
13       import          Lists all symbols imported and exported for each module
14       scope           Print the program after scoping and precedence parsing
15       depend          Prints entire program in nested let's
16       type            Prints signatures during inference
17       cfn             Prints entire program after context free normalization
18       depend2         Like depend
19       flic            Prints entire program as flic code
20       optimize        Prints entire program as optimized flic code
21       optimize-extra  Prints extra verbose information during optimization
22       strictness      Print strictness of all functions and variables
23       codegen         Prints generated Lisp code
24       codegen-flic    Prints generated Lisp code and associated flic code
25       dumper          Prints the code in the interface
26       dump-stat       Prints statistics for the interface file