Idris2Doc : Derive.Ord

Derive.Ord

(source)

Definitions

ordClaim : Visibility->Name->ParamTypeInfo->Decl
  Top-level function declaration implementing the ordering test for
the given data type.

Totality: total
Visibility: export
ordImplClaim : Visibility->Name->ParamTypeInfo->Decl
  Top-level declaration implementing the `Ord` interface for
the given data type.

Totality: total
Visibility: export
ordImplDef : Name->Name->Decl
Totality: total
Visibility: export
ordClauses : ListName->Name->Name->TypeInfo->ListClause
  Generates pattern match clauses for the constructors of
the given data type. `fun` is the name of the function we implement.
This is either a local function definition in case of a
custom derivation, or the name of a top-level function.

Totality: total
Visibility: export
ordDef : ListName->Name->Name->TypeInfo->Decl
  Definition of a (local or top-level) function implementing
the ordering check for the given data type.

Totality: total
Visibility: export
OrdVis : Visibility->ListName->ParamTypeInfo->Res (ListTopLevel)
  Generate declarations and implementations for `Ord` for a given data type.

Totality: total
Visibility: export
Ord : ListName->ParamTypeInfo->Res (ListTopLevel)
  Alias for `OrdVis Public`

Totality: total
Visibility: export