X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2FCONTRIB%2Fhaskell-modes%2Fyale%2Foriginal%2Fprinter-help.txt;fp=ghc%2FCONTRIB%2Fhaskell-modes%2Fyale%2Foriginal%2Fprinter-help.txt;h=0000000000000000000000000000000000000000;hb=1fb1ab5d53a09607e7f6d2450806760688396387;hp=f8a620056e68508a07e79084869e33a76f14a0bc;hpb=fa6fb09e2e4e6918eebc79ed187f32c88817c9db;p=ghc-hetmet.git diff --git a/ghc/CONTRIB/haskell-modes/yale/original/printer-help.txt b/ghc/CONTRIB/haskell-modes/yale/original/printer-help.txt deleted file mode 100644 index f8a6200..0000000 --- a/ghc/CONTRIB/haskell-modes/yale/original/printer-help.txt +++ /dev/null @@ -1,26 +0,0 @@ -General messages - compiling Printed when the compilation system starts a compilation - loading Printed when a previously compiled unit is loaded - reading Prints the name of the file being parsed - pad Enables printing within scratch pads - interactive Print verbose messages in command loop - prompt Print prompt in command loop -Timings - time Prints the time that it takes to execute a computation - phase-time Prints the time of each phase of compilation -Compiler passes - parse Prints the program recreated from ast - import Lists all symbols imported and exported for each module - scope Print the program after scoping and precedence parsing - depend Prints entire program in nested let's - type Prints signatures during inference - cfn Prints entire program after context free normalization - depend2 Like depend - flic Prints entire program as flic code - optimize Prints entire program as optimized flic code - optimize-extra Prints extra verbose information during optimization - strictness Print strictness of all functions and variables - codegen Prints generated Lisp code - codegen-flic Prints generated Lisp code and associated flic code - dumper Prints the code in the interface - dump-stat Prints statistics for the interface file