module folktale/adt

Provides tools to model data structures in a functional way. The union module allows simple definitions of tagged unions to model one-of-many possibilities.

This feature is experimental!

This API is still experimental, so it may change or be removed in future versions. You should not rely on it for production applications.

Documentation

Provides tools to model data structures in a functional way. The union module allows simple definitions of tagged unions to model one-of-many possibilities.

Properties

Modelling data

union

Provides utilities to define tagged unions.

Experimental

Source Code

Defined in source/adt/index.js at line 14, column 0
{
  union: require('./union')
}
Stability
experimental
Licence
MIT
Module
folktale/adt
On This Page
Authors
Copyright
(c) 2013-2017 Quildreen Motta, and CONTRIBUTORS
Authors
  • Quildreen Motta
Maintainers
  • Quildreen Motta <queen@robotlolita.me> (http://robotlolita.me/)