toolshed-0.15.0.1: Utilities used by other packages.

Safe HaskellSafe-Inferred
LanguageHaskell98

ToolShed.Options

Contents

Description

AUTHOR
Dr. Alistair Ward
DESCRIPTION
Defines a standard interface to which various options-related data can conform.

Synopsis

Type-classes

class Defaultable a => Options a where Source

Similar to the class RegexOptions.

Methods

blankValue Source

Arguments

:: a

The undefined state of the data-type, which may be literal, but could alternatively be a logical starting value.