Typed data structures.

v0.5.1 2020-07-24 05:05 UTC

README

A clone of several haskell data structures.

Structures are typified through psalm.

Maybe - clone of haskell's Data.Maybe

See examples.

Either - clone of haskell's Data.Either

See examples.

Listt - clone of haskell's Data.List.

WIP - not all functions are implemented yet.

See examples.