Defined pointfree.

This commit is contained in:
hemanth.hm 2015-06-09 17:49:00 +05:30
parent 6282252964
commit c66424cc84

View file

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