0x450x6c / tds
Typed data structures.
This package's canonical repository appears to be gone and the package has been frozen as a result.
v0.5.1
2020-07-24 05:05 UTC
Requires
Requires (Dev)
- ext-ast: *
- ext-dom: *
- ext-filter: *
- ext-iconv: *
- ext-json: *
- ext-mbstring: *
- ext-openssl: *
- ext-readline: *
- ext-simplexml: *
- ext-tokenizer: *
- ext-xmlwriter: *
- brainmaestro/composer-git-hooks: >=2.8
- friendsofphp/php-cs-fixer: >=2.16
- phpunit/phpunit: >=9.1
- psalm/plugin-phpunit: dev-master
- vimeo/psalm: dev-master
This package is auto-updated.
Last update: 2021-05-11 09:53:57 UTC
README
A clone of several haskell data structures.
Structures are typified through psalm.
Maybe - clone of haskell's Data.Maybe
Either - clone of haskell's Data.Either
Listt - clone of haskell's Data.List.
WIP - not all functions are implemented yet.