Pure Functions A Pure Function is a function that always: produces the same output, when given the same input produces zero side effects A Pure Function is always reliable. Usage TBD Contributions TBD License Pure Functions is available under the MIT software license terms.