Skip to content

An elm implementation of the birds from combinatory logic. Inspired by the Haskell Data.Aviary.Birds package.

License

Notifications You must be signed in to change notification settings

jamesrweb/elm-aviary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An elm implementation of the birds from combinatory logic. Inspired by the Haskell Data.Aviary.Birds package.

Topics

Resources

License

Stars

Watchers

Forks

Languages