toolshed-0.18.0.0: Ill-defined library.

Safe HaskellNone
LanguageHaskell2010

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 Default a => Options a where Source #

The required interface.

Minimal complete definition

blankValue

Methods

blankValue Source #

Arguments

:: a

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