https://github.com/chippyash/monadic-sets
Example of creating Sets using Monadic Collection and myclabs/php-enum
https://github.com/chippyash/monadic-sets
Last synced: 8 months ago
JSON representation
Example of creating Sets using Monadic Collection and myclabs/php-enum
- Host: GitHub
- URL: https://github.com/chippyash/monadic-sets
- Owner: chippyash
- Created: 2017-05-23T19:36:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T19:41:10.000Z (about 9 years ago)
- Last Synced: 2025-03-03T17:18:05.204Z (over 1 year ago)
- Language: PHP
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monadic Sets
A simple demonstration of using chippyash/monad and myclabs/php-enum together
to provide the bones of a SET capability
See the MonadicSets.php file