data-variant

A variant data type, useful for modeling dynamically-typed programming languages

https://bitbucket.org/tdammers/data-variant

Latest on Hackage:0.28.0.5

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Tobias Dammers
Maintained by [email protected]

Implements a variant data type that can hold the usual suspects: scalars (integers, floats, strings), lists, association lists, booleans, null, and first-class functions.