Learn flattenExpr about building tuples.
[matthijs/master-project/cλash.git] / Flatten.hs
2009-02-11 Matthijs KooijmanLearn flattenExpr about building tuples.
2009-02-11 Matthijs KooijmanLearn flattenExpr to flatten normal applications.
2009-02-11 Matthijs KooijmanAdd useAsPort and useAsState functions.
2009-02-09 Matthijs KooijmanAdd defMapTouseMap function.
2009-02-09 Matthijs KooijmanMake HsValueMap an instance of Functor.
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".