aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCamil Staps2017-11-21 23:11:06 +0100
committerCamil Staps2017-11-21 23:11:06 +0100
commit6e6170cbccf35dc184183e061b723f66951b17fe (patch)
treee72ab88e1d444ed7086e3f35fc98ee2b3eae830b /README.md
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
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