From 6e6170cbccf35dc184183e061b723f66951b17fe Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 21 Nov 2017 23:11:06 +0100 Subject: Initial commit --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit v1.2.3