Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 569 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 569 Bytes

LazyPython

codecov CircleCI

Library for Pure Functional Programming

Usage

from lazy.effect import lazy

@lazy
def sum(a, b):
    return a + b

sum_effect = sum(2, 4)
sum_effect.execute # 2 + 4

Test

pytest --cov-report term-missing --cov=lazy

Logo

Image