tock-mirror/transformations
Neil Brown 89c25e3f6c Added a type-class for retrieving the (AST) type of things
This patch hides all the old typeOfExpression, typeOfName, typeOfVariable, etc, and unifies them into a single type-class with an "astTypeOf" function.  The type-class is currently named Typed, but that can easily be changed (it's only explicitly referred to in the Types module).  The patch is essentially the type-class with a giant find-and-replace on the other modules.
2008-05-17 11:41:52 +00:00
..
PassTest.hs Merged Alternative and AlternativeCond into a single Alternative item that always has a pre-condition 2008-04-03 14:52:37 +00:00
SimplifyComms.hs Added a type-class for retrieving the (AST) type of things 2008-05-17 11:41:52 +00:00
SimplifyExprs.hs Added a type-class for retrieving the (AST) type of things 2008-05-17 11:41:52 +00:00
SimplifyProcs.hs Added a type-class for retrieving the (AST) type of things 2008-05-17 11:41:52 +00:00
SimplifyTypes.hs Don't resolve user types until after type checking. 2008-03-22 00:12:54 +00:00
Unnest.hs Added a type-class for retrieving the (AST) type of things 2008-05-17 11:41:52 +00:00