Download the PHP package hllizi/phpmonads without Composer
On this page you can find all versions of the php package hllizi/phpmonads. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hllizi/phpmonads
More information about hllizi/phpmonads
Files in hllizi/phpmonads
Download hllizi/phpmonads
More information about hllizi/phpmonads
Files in hllizi/phpmonads
Vendor hllizi
Package phpmonads
Short Description Brings monads to php; defines a monad trait and several monads
License GPL-2.0
Package phpmonads
Short Description Brings monads to php; defines a monad trait and several monads
License GPL-2.0
Please rate this library. Is it a good library?
Informations about the package phpmonads
PHPMonads
This repository defines a trait MonadTrait. The trait demands two abstract methods to be implemented by every using class, bind and return. These correspond to >>= and "return" in Haskell's Monad interface. The trait further implements join() and map() on the basis of these two methods, thus providing a thicker interface.
All versions of phpmonads with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package hllizi/phpmonads contains the following files
Loading the files please wait ....