gkz / prelude-ls

prelude.ls is a functionally oriented utility library - powerful and flexible, almost all of functions are curried. It is written in, and is the recommended base library for, http://livescript.net
http://preludels.com/
MIT License
424 stars 59 forks source link

Func.memoize not in main object #98

Open RuiNtD opened 8 years ago

RuiNtD commented 8 years ago

Func.memoize is not exported in the main object, even though the docs refer to it as memoize rather than Func.memoize

louixs commented 8 years ago

+1 I encountered the same issue as well. Looking at the source code, it doesn't seem to be intended though. Is it?