blob: bb7b0c4465c7be442539e7b80cd6d4f14a233e05 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# pf
The aim of this project is to transform arbitrary [Clean][] function
expressions to [point-free][hswiki] versions.
See that link for similar projects for [Haskell][].
This project is inspired by those projects, but does not aim to rewrite Haskell
code.
[Clean]: http://clean.cs.ru.nl
[Haskell]: https://haskell.org
[hswiki]: https://wiki.haskell.org/Pointfree
|