This commit is contained in:
Orion Kindel
2024-09-24 17:52:08 -05:00
parent d74fc46755
commit 3ee2a9bbbd
11 changed files with 356 additions and 33 deletions

View File

@@ -1 +1,3 @@
The backbone of functional programming. Functions can be constants, transform [[Data Structures|data]], perform [[Effect|effects]] and much more.
The backbone of functional programming. Functions can be constants, transform [[Data Structures|data]], perform [[Effect|effects]] and much more.
Functions can be [[Defining|defined]] as top-level [[Modules|module]] items, [[Lambda Functions|lambda functions]], [[Infix Operators|infix operators]] or created by [[Currying|partially applying]] functions.