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 ---