Releases: JesterXL/luafp
Releases · JesterXL/luafp
Maybe and Result and Coverage
New Features
This release brings Maybe and Result copied from Folktale.js v2.
- a new
Maybe
Algebraic Data Type - a new
Result
Algebraic Data Type near100% unit test coverage
Installation
To install locally:
luarocks install --local luafp
To install in your locally directory (like Node does, read more about paths)
luarocks install --tree lua_modules luafp
To install globally (not recommended):
luarocks install luafp
To Uninstall
lurocks remove --local luafp
lurocks remove --tree lua_modules luafp
lurocks remove luafp