Deal correctly with infix type constructors in GADT decls
[ghc-hetmet.git] / compiler / README
1 This directory contains the source for Glorious Glasgow Haskell
2 compiler proper, normally a binary called "hsc".  The source is
3 organized into _one_ level of directories, and the literate Haskell
4 source files sit in those directories (i.e., */*.lhs).
5
6 The only "real" subdirectory is the tests/ directory [NB: not
7 distributed normally, but available to gluttons for punishment], which
8 includes some tests that we use to make sure we're not going
9 backwards.  The subdirs of the test directory "match" the subdirs of
10 the main source directory; e.g., the desugarer is in subdir deSugar/,
11 and the tests for the desugarer are in tests/deSugar/.