-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
25 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
## Fun-trans - A Framework for Transforming Functional Programs | ||
# Fun-trans - A Framework for Transforming Functional Programs | ||
|
||
This source code implements the program transformation framework for a strict and | ||
pure functional language described in the master's thesis | ||
[Automating Functional Program Transformation](http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.10.3479). | ||
|
||
This source code implements the program transformation | ||
framework for a strict and pure functional language | ||
described in the master's thesis [Automating Functional Program | ||
Transformation](http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.10.3479). | ||
The implementation language is | ||
[LambdaProlog](http://www.lix.polytechnique.fr/~dale/lProlog). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
* solve problem with recursive types | ||
* common sub-computation elimination for typed terms | ||
* improve simplifier tp_tlet + its inlining | ||
# To do | ||
|
||
- solve problem with recursive types | ||
- common sub-computation elimination for typed terms | ||
- improve simplifier `tp_tlet` + its inlining |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters