uni-events-2.2.0.0: Event handling for the uniform workbench

Events.Cells

Description

A Cell is a container for a value. It is created with the value in it. The only change we can make is to remove the value, and we cannot put it back again.

Documentation

data Cell a Source

newCell :: a -> IO (Cell a)Source