diff options
Diffstat (limited to 'ghc/docs/add_to_compiler/state-of-play.verb')
-rw-r--r-- | ghc/docs/add_to_compiler/state-of-play.verb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ghc/docs/add_to_compiler/state-of-play.verb b/ghc/docs/add_to_compiler/state-of-play.verb new file mode 100644 index 0000000000..301b2524db --- /dev/null +++ b/ghc/docs/add_to_compiler/state-of-play.verb @@ -0,0 +1,14 @@ +%************************************************************************ +%* * +\section{The state of play} +%* * +%************************************************************************ + +\ToDo{This section will describe the state of play: where +functional-language compilers are; compared to their imperative +cousins.} + +%The burden of proof remains with us functional programmers. We +%encourage you to help solve this problem by contributing compiler +%passes that optimise real programs written in a standard non-toy +%language effectively. |