php-functional.git
2019-01-08  Cameron BallUpdate README master
2018-06-13  Gabriel HabrynMerge pull request #95 from widmogrod/feature/algorith...
2018-06-13  widmogrodMove AlgorithmW implementation
2018-06-13  Gabriel HabrynMerge pull request #94 from widmogrod/feature/algorithm-w 5.1.0
2018-06-13  widmogrodFinish AlgorithmW implementation
2018-06-13  widmogrodmatch now support `any` and multiple patterns
2018-06-13  widmogrodListtNil works nicely with function based on Iterator
2018-06-11  widmogrodInfer type for EAbs
2018-06-10  widmogrodPrint expression
2018-06-10  widmogrodNaive implementation of Map and Set
2018-06-03  widmogrodTest cases now have "expected"
2018-06-03  widmogrodUpdate CodeClimate badges
2018-06-01  widmogrodReorder imports
2018-06-01  widmogrodAlgorithm W - implementation continues
2018-06-01  widmogrodMaybe now can be pattern matched
2018-02-24  Gabriel HabrynMerge pull request #93 from widmogrod/feature/refactor
2018-02-24  widmogrodFix code style
2018-02-24  widmogrodRefactor examples, to compare generate code much more...
2018-02-18  widmogrodGoing further into madness. Generate PHP code form... feature/code-generate
2018-02-18  Gabriel HabrynMerge pull request #92 from widmogrod/feature/fantasy... 5.0.0
2018-02-18  widmogrodUse FunctionalPHP\FantasyLand
2018-02-18  Gabriel HabrynMerge pull request #90 from widmogrod/feature/space
2018-02-18  widmogrodendByP - combinator for parser
2018-02-18  widmogrodautomatic code fix
2018-02-18  widmogrodtype parser
2018-02-18  widmogrodParser can now parse grouped types
2018-02-18  widmogrodWIP with parser
2018-02-18  widmogrodself_accessor - considered harmful
2018-02-18  widmogrodintroduce lt predicate (<)
2018-02-18  widmogrodintroduce dropWhile function + test
2018-02-18  widmogrodadd space
2018-02-17  Gabriel HabrynMerge pull request #91 from widmogrod/widmogrod-patch-1
2018-02-17  Gabriel HabrynUpdate CONTRIBUTING.md
2018-01-30  Gabriel HabrynMerge pull request #89 from widmogrod/feature/calculato...
2018-01-30  widmogrodUpdate readme
2018-01-30  widmogrodIntroduce parser that build AST from Free Monad
2018-01-30  widmogrodEither\fromLeft Either\fromRight
2018-01-30  widmogrodintroduce span function
2018-01-16  widmogrodNaive calculator - that also includes optimization...
2018-01-02  Gabriel HabrynMerge pull request #88 from widmogrod/feature/readme... 4.2.0
2018-01-02  Gabriel Habryn#80 Section about book Functional PHP by Gilles Crettenand
2018-01-02  widmogrodFunctional PHP book cover
2018-01-02  widmogrodAdd information about check style automated fixing
2018-01-02  widmogrodRemove changelog
2018-01-02  widmogrodUpdate readme with doo notation
2018-01-02  Gabriel HabrynMerge pull request #87 from widmogrod/feature/free...
2018-01-01  widmogrodClean up interpretation code
2018-01-01  widmogrodIntroduce contra example - how control flow looks like...
2018-01-01  widmogrodWorking implementation of Haskell do notation in PHP
2018-01-01  widmogrodUse free monad to design - haskell like do notation
2017-12-30  Gabriel HabrynMerge pull request #85 from widmogrod/feature/make... 4.1.0
2017-12-29  widmogrodMaybe is not foldable
2017-12-29  widmogrodImprove type hints
2017-12-29  widmogrodListtConst::of now only puts value into context (as...
2017-12-28  Gabriel HabrynMerge pull request #84 from widmogrod/feature/fix-io 4.0.1
2017-12-28  widmogrodMake Primitive\Sum tests much more nicer
2017-12-28  widmogrodMake Primitive\Num tests much more nicer
2017-12-28  widmogrodMake Primitive\Product tests much more nicer
2017-12-28  widmogrodremove curry from laws tests
2017-12-28  widmogrodMake Stringg tests much more nicer
2017-12-28  widmogrodFix IO\getArgs() use now Listt
2017-12-24  Gabriel HabrynMerge pull request #83 from widmogrod/feature/aline...
2017-12-23  widmogrodUpdate interface of Traversable
2017-12-23  widmogrodRemove getEmpty() methods
2017-12-23  widmogrodUpdate interface of Setoid
2017-12-23  widmogrodSimplify FantasyLand\Monoid instance
2017-12-23  widmogrodUpdate interface of Apply
2017-12-23  widmogrodUpdate map & bind signatures
2017-12-23  widmogrodUpdate interface of Functor
2017-12-23  widmogrodUpdate interface of Semigroup
2017-12-23  widmogrodalign comments
2017-12-21  Gabriel HabrynMerge pull request #76 from widmogrod/feature/strict_types 4.0.0
2017-12-21  widmogroddeclare(strict_types=1)
2017-12-21  Gabriel HabrynMerge pull request #75 from widmogrod/feature/increase...
2017-12-21  widmogrodMake tests more deterministic
2017-12-21  widmogrodRemove experimental Monad\Control\doo
2017-12-21  widmogrodAdd SetoidLaws for Stringg
2017-12-21  widmogrodImprove code coverage for Sum
2017-12-21  widmogrodImprove code coverage for String
2017-12-21  widmogrodImprove code coverage for Product
2017-12-21  Gabriel HabrynMerge pull request #74 from widmogrod/feature/code...
2017-12-21  widmogrodGenerate code coverage properly
2017-12-21  widmogrodGenerate code coverage properly
2017-12-21  widmogrodGenerate code coverage properly
2017-12-21  widmogrodUpload code coverage manually
2017-12-21  widmogrodUpdate CodeClimat integration
2017-12-21  Gabriel HabrynMerge pull request #72 from widmogrod/feature/list...
2017-12-21  widmogrodUpdate tests to phpunit=6
2017-12-21  widmogrodUpdate tests to phpunit=6
2017-12-21  widmogrodFunctional\constt test + implementation
2017-12-21  widmogrodUpdate function docbloc
2017-12-21  widmogrodRemove functions that are not needed yet.
2017-12-21  widmogrodFunctional\cycle tests
2017-12-21  widmogrodFunctional\replicate tests + implementation
2017-12-21  widmogrodFunctional\iterate tests
2017-12-21  widmogrodFunctional\unzip make to work on infinite lists
2017-12-21  widmogrodFunctional\zip make to work on infinite lists
2017-12-21  widmogrodImprove operations on lists to make them lazy always
2017-12-21  widmogrodFunctional\take & drop can work on infinite lists
2017-12-21  widmogrodUpdate thrown exception docblock
next