dynamic-object-0.1.0.0: Object-oriented programming with singleton methods and duck typing.

Safe HaskellNone

Data.Object.Dynamic

Synopsis

Documentation

data Object Source

A basic object type that can contain values of different types.

empty :: ObjectSource

an empty Object .

>>> empty
Object []