Sha256: 191bbdf032f5c06a52ad319c7080865f5d1d4578de26fef104088a41906c4f0c
Contents?: true
Size: 591 Bytes
Versions: 1
Compression:
Stored size: 591 Bytes
Contents
Funkr brings some common functional programming constructs to ruby. In particular, it offers a simple mechanism to create Algebraic Data Types and do pattern matching on them. For an exemple implementation, see provided classes. It also provide modules for common categories (Monoid, Monad, Functor, Applicative ...), and extends common types to support categories they belongs to (Array, Hash ...). Categories can also be used with custom types, see provided classes. To get started, we recommand you to read the tests, and get feets wet with provided Algebraic Data Types (like Maybe).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
funkr-0.0.28 | README |