Learn flattenExpr about function application.
[matthijs/master-project/cλash.git] / Flatten.hs
2009-02-09 Matthijs KooijmanLearn flattenExpr about function application.
2009-02-09 Matthijs KooijmanMake flattenExpr return signal definitions for arguments.
2009-02-09 Matthijs KooijmanLearn flattenExpr about Var expressions.
2009-02-09 Matthijs KooijmanLearn flattenExpr about Lambda expressions.
2009-02-06 Matthijs KooijmanAdd a BindMap argument to flattenExpr.
2009-02-06 Matthijs KooijmanAdd accessor methods for FlattenState.
2009-02-06 Matthijs KooijmanAdd flattenFunction and flattenExpr.
2009-02-06 Matthijs KooijmanAdd a new module "Flatten".