Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 161 Bytes

pure_functions.md

File metadata and controls

4 lines (3 loc) · 161 Bytes

Pure functions

A function where the return value is only determined by its input values. A pure function also should not have any side effects (such as IO).