wheaties / AutoLifts

Automatic functional lifting, mapping and folding.
Apache License 2.0
65 stars 4 forks source link

Finer grained imports #52

Closed wheaties closed 7 years ago

wheaties commented 8 years ago

Take a look at projects such as Scalaz and Cats in how they handle being able to chose which imports for syntax extensions are visible. AutoLifts is a combination of both syntax extensions and auto-lifting contexts but an end user shouldn't have to deal with 27 combinators unless they choose via importing autolifts.Cats._.

Goals should be: