https://github.com/shakadak/lua-maybe
Making a parallel with Haskell's Maybe
https://github.com/shakadak/lua-maybe
Last synced: 6 months ago
JSON representation
Making a parallel with Haskell's Maybe
- Host: GitHub
- URL: https://github.com/shakadak/lua-maybe
- Owner: Shakadak
- License: mit
- Created: 2016-10-05T19:42:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-10T21:39:39.000Z (almost 9 years ago)
- Last Synced: 2025-02-04T15:50:16.548Z (8 months ago)
- Language: Lua
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lua-maybe
Making a parallel with Haskell's Maybe```lua
Nothing == nil
Just a == a with a ~= nil
```