digestive-functors-0.6.0.1: A practical formlet library

Safe HaskellNone

Text.Digestive.Form.List

Synopsis

Documentation

data DefaultList a Source

A list which, when indexed on non-existant positions, returns a default value.

Constructors

DefaultList a [a]