Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 512 Bytes

fp.rst

File metadata and controls

23 lines (16 loc) · 512 Bytes

xotl.tools.fp -- Functional Programming in Python

xotl.tools.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/*