mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-06 02:26:43 +00:00
Defined pointfree.
This commit is contained in:
parent
6282252964
commit
c66424cc84
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in a new issue