Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 826 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 826 Bytes

ELM Aviary

An elm implementation of the birds from combinatory logic.

Each bird in the Aviary represents a function composition pattern and each bird is implemented, as far as is possible, using SKI combinator calculus under the hood.

Installation

elm install jamesrweb/elm-aviary

Usage

To import all birds, add the following at the top of your file:

import Aviary.Birds exposing (..)

You can also just import specific birds such as the Kestrel and Psi for example:

import Aviary.Birds exposing (kestrel, psi)

Development

Formatting

npx elm-format . --yes

Linting

npx elm-review .

Tests

npx elm-verify-examples -r