Skip to content

Releases: JesterXL/luafp

Maybe and Result and Coverage

21 Jan 18:22
Compare
Choose a tag to compare

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
  • near 100% unit test coverage

Library on Luarocks

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