iteratee-0.8.9.1: Iteratee-based I/O

Safe HaskellSafe-Infered

Data.NullPoint

Contents

Description

NullPoint: Pointed types (usually containers) that can be empty. Corresponds to Data.Monoid.mempty

Synopsis

Classes

class NullPoint c whereSource

NullPoint class. Containers that have a null representation, corresponding to Data.Monoid.mempty.

Methods

empty :: cSource