index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Transfer
/
SyntaxToCore.hs
Age
Commit message (
Expand
)
Author
2008-06-26
removed Transfer interpreter
aarne
2008-06-25
changed names of resource-1.3; added a note on homepage on release
aarne
2008-06-25
removed src for 2.9
aarne
2005-12-09
Transfer compiler: rename variables before doing any substitutions.
bringert
2005-12-09
Transfer: changed syntax to remove the mandatory type annotation in let.
bringert
2005-12-08
Transfer: fixed bug in prelude partition. Fixed naming of tuple field names, ...
bringert
2005-12-05
Added tuple expressions and patterns.
bringert
2005-12-05
Transfer: fixed Eq derivation to at least work for GF-generated Tree types.
bringert
2005-12-02
Transfer added guards and Eq derivation.
bringert
2005-12-01
Added list patterns. Added som simple prelude functions.
bringert
2005-12-01
Transfer: added support for disjunctive patterns.
bringert
2005-11-30
Added bind operators, do-notation, a cons operator and list sytnax.
bringert
2005-11-30
Transfer: derive instances, not functions.
bringert
2005-11-30
Transfer: reimplement operators with type classes.
bringert
2005-11-30
Moved class stuff to prelude.
bringert
2005-11-30
Remove more useless pattern matching and variable bindings in transfer compil...
bringert
2005-11-29
Use rec and sig for records.
bringert
2005-11-29
Transfer: added derive composFold
bringert
2005-11-29
Transfer: don't eta-expand overshadowed constructors.
bringert
2005-11-29
Fixed type argument to recursive call in generated composOp.
bringert
2005-11-29
In transfer beta reduction optimization: reduce bottom-up instead of top-down.
bringert
2005-11-29
Added meta variables to transfer front-end and core.
bringert
2005-11-28
Transfer compiler: extended variable removal to variables bound in case expre...
bringert
2005-11-28
Transfer compilation: Change varibles which are not used to wildcards.
bringert
2005-11-28
Fixed transfer composOp generation to support tree types that don't take a si...
bringert
2005-11-25
Move transfer into the GF repo.
bringert