diff options
author | Camil Staps | 2017-11-21 23:11:06 +0100 |
---|---|---|
committer | Camil Staps | 2017-11-21 23:11:06 +0100 |
commit | 6e6170cbccf35dc184183e061b723f66951b17fe (patch) | |
tree | e72ab88e1d444ed7086e3f35fc98ee2b3eae830b /README.md |
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..bb7b0c4 --- /dev/null +++ b/README.md @@ -0,0 +1,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 |