Skip to content

Functional paradigms naming and behaviors

Compare
Choose a tag to compare
@alex-lairan alex-lairan released this 06 May 07:32
· 66 commits to master since this release

Implement Comparable(T) to Maybe monad and remove redundant #== method.

=> #5
=> #14

Multiples methods reimplementations.
Create Monad(T) and Fonctor(T)

=> #6
=> #16
=> #19
=> #20
=> #23
=> #24
=> #27
=> #28
=> #29
=> #30
=> #31
=> #32

Use structs instead of classes

=> #9
=> #22

Rename Result to Either

=> #10

Add #inspect for Maybe monads and Either

=> #11
=> #12
=> #13

Add a CI

=> #15
=> #17
=> #18

Fix Block type introspection by using a proc

=> #25