paulstansifer / unseemly

Macros have types!
http://unseemly.github.io/
MIT License
131 stars 5 forks source link

Make higher-order functions as consistent as possible. #10

Open paulstansifer opened 5 years ago

paulstansifer commented 5 years ago

The higher-order functions on mbe and assoc take a mishmash of Fn, &Fn, and &mut Fn. Sometimes these distinctions are relevant, but sometimes they're not.