An open API service indexing awesome lists of open source software.

https://github.com/mmottl/fun-trans

A framework for automated transformation of functional programs (e.g. partial evaluation, common subexpression elimination, etc.) written in LambdaProlog.
https://github.com/mmottl/fun-trans

higher-order-logic monads program-transformations prolog

Last synced: 4 months ago
JSON representation

A framework for automated transformation of functional programs (e.g. partial evaluation, common subexpression elimination, etc.) written in LambdaProlog.

Awesome Lists containing this project

README

          

# 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).

The implementation language is
[LambdaProlog](http://www.lix.polytechnique.fr/~dale/lProlog).