Changelog
0.0.2 (2020-02-10)
SumType
type inferring ADT type from the constructor functionsmatchValue
predicate function matching single value against specified pattern (primitive values, object, array)match
function providing "pattern matching" functionalitytoOption
converting value of type T|null|undefined
into Option<T>
^3.6.3
(from version ^3.5.2
)Error
type error
case from from {type:"error": error: R}
to {type:"error": err: R}
<a name="0.0.1"></a>
Changelog
0.0.1 (2019-11-11)
Option, Result, ResultS, Tree, List
compose, pipe, curry
Option, Result, ResultS, Tree, List
) and other frequently used types (Array, Promise, Iterable, Observable, IO
)do
Haskell notation using ES6 generators