php-functional.git
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
2017-12-21  widmogrodFunctional\repeat test + implementation
2017-12-21  widmogrodFunctional\drop test + implementation
2017-12-21  widmogrodFunctional\take test + implementation
2017-12-21  widmogrodReplace all Listt::mempty() with fromNil
2017-12-21  widmogrodRefactor remaining call_user_func_array
2017-12-21  widmogrodIntroduce Functional\fromNil - produce empty list
2017-12-21  widmogrodFunctional\unzip tests
2017-12-21  widmogrodMake Listt lazy
2017-12-20  widmogrodRefactor listt
2017-12-20  widmogrodIntroduce new functions tail, head, length
2017-12-20  widmogrodFunctional\tail test
2017-12-20  widmogrodFunctional\length test
2017-12-20  widmogrodFunctional\head test
2017-12-20  widmogrodRename Monad\Free2 to Monad\Free
2017-12-20  widmogrodRefactor function match and introduce PatternMatcher
2017-12-20  widmogrodFunctional\applicator tests
2017-12-20  widmogrodFunctional\valueOf tests
2017-12-20  widmogrodSimplify Functional\tee
2017-12-20  widmogrodFunctiona\reverse tests
next