Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

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