spebbe / dartz

Functional programming in Dart
MIT License
756 stars 59 forks source link

Functor const #65

Closed kranfix closed 2 years ago

kranfix commented 4 years ago

Adding a const constructor to Functor to optimize memory:
const  Functor._();

And converting another classes that extends Functor with const constructors too.