Elmish

Elm-like Maybe and Result types for Deno.

Tests and source are directly adapted from the Elm core library.

See module on deno.land/x/elmish

TODO:

Documentation

  • Intro in README
  • Examples in comments
  • Example—how to handle when one field is dependent on the results of another
  • Describe why we don't use applicatives to deal with when you Run out of Maps

Implementation

  • mapN up to 10