toolshed-0.17.0.2: 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 :: a Source #