Ailrun / typed-f

Typed functional programming utilities
MIT License
20 stars 2 forks source link

[functor] Functor static method does not check input is functor or not #12

Open Ailrun opened 6 years ago

Ailrun commented 6 years ago

Description

Functor static methods should only work with functors, but thet currently work with any tagged classes.