tock-mirror/frontends
2008-02-19 09:43:40 +00:00
..
LexOccam.x Added the -fwarn-missing-signatures option and added all missing type signatures for non-test modules (and most for test modules too) 2008-02-05 23:06:03 +00:00
LexRain.x Added the -fwarn-missing-signatures option and added all missing type signatures for non-test modules (and most for test modules too) 2008-02-05 23:06:03 +00:00
ParseOccam.hs Tidied up the new code relating to warnings, and moved it all into the Errors module (out of CompState and Pass) 2008-02-08 13:31:37 +00:00
ParseRain.hs Added the -fwarn-missing-signatures option and added all missing type signatures for non-test modules (and most for test modules too) 2008-02-05 23:06:03 +00:00
ParseRainTest.hs Changed the A.Structured type to be parameterised 2008-02-05 19:40:27 +00:00
ParseUtils.hs
PreprocessOccam.hs
RainPasses.hs Changed all the lists of passes to add pre- and post- properties 2008-02-19 09:43:40 +00:00
RainPassesTest.hs Changed the A.Structured type to be parameterised 2008-02-05 19:40:27 +00:00
RainTypes.hs
RainTypesTest.hs Added a Warn monad for warnings, and incorporated a WriterT monad into the PassM stack to support the Warn monad, then changed all the rest of the code accordingly, including adding a Warn instance for the GenParser parser that hides it in the state 2008-02-08 13:22:23 +00:00
StructureOccam.hs