From c66424cc84dd76881aec93bfd4715e2fc39fe762 Mon Sep 17 00:00:00 2001 From: "hemanth.hm" Date: Tue, 9 Jun 2015 17:49:00 +0530 Subject: [PATCH] Defined pointfree. --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index 1e49e0d..dedf6e3 100644 --- a/readme.md +++ b/readme.md @@ -90,6 +90,13 @@ executions with the the same input parameters. --- +## Point Free +> A function whose definition does not include information regarding its arguments. + +`let abs = Math.abs` + +--- + ## Contracts ---