Ailrun / typed-f

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

[lens] Remove LensGenerator and just export higher order functions. #30

Open Ailrun opened 5 years ago

Ailrun commented 5 years ago

Description

LensGenerator class exists only for providing a type parameter. There's no reason for LensGenerator to be a class, and type parameters can be provided using higher order functions too.