Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 500 Bytes

fp.rst

File metadata and controls

23 lines (16 loc) · 500 Bytes

xoutil.fp -- Functional Programming in Python

xoutil.fp


Ideally, a function only takes inputs and produce outputs, and doesn't have any internal state that affects the output produced for a given input (like in Haskell).

Contents

fp/*