Refactor function match and introduce PatternMatcher
authorwidmogrod <widmogrod@gmail.com>
Wed, 20 Dec 2017 18:44:00 +0000 (19:44 +0100)
committerwidmogrod <widmogrod@gmail.com>
Wed, 20 Dec 2017 18:44:00 +0000 (19:44 +0100)
commitb38d59f7d5120133d4f5cfd728701c7bbe375f1d
tree7d94e6d81c07a13a3e913a223ed19502334d59f6
parent80430a6bcc382da9d2ed5cb66ddbee8205389882
Refactor function match and introduce PatternMatcher
composer.json
example/Free2BddStyleDSLTest.php
example/Free2MonadTest.php
src/Functional/functions.php
src/Useful/PatternMatcher.php [new file with mode: 0644]
src/Useful/PatternNotMatchedError.php [new file with mode: 0644]
src/Useful/match.php [new file with mode: 0644]
test/Useful/MatchTest.php [new file with mode: 0644]