Description
Provides support for object-oriented-like prototypes in Haskell. Prototype-style programming lets values share behavior through prototype relationships instead of traditional class-based inheritance.
It is useful for experiments, embedded languages, object-model libraries, or projects that need prototype-style data modeling. It is an advanced developer library and has no standalone interface.