valuesClaim : Visibility -> Name -> ParamTypeInfo -> Decl Top-level function declaration implementing the `values` function for
the given data type.
Totality: total
Visibility: exportfiniteImplClaim : Visibility -> Name -> ParamTypeInfo -> Decl Top-level declaration implementing the `Finite` interface for
the given data type.
Totality: total
Visibility: exportfiniteImplDef : Name -> Name -> Decl- Totality: total
Visibility: export valuesDef : Name -> ParamTypeInfo -> Decl Definition of a (local or top-level) function implementing
the values operation.
Totality: total
Visibility: exportFiniteVis : Visibility -> List Name -> ParamTypeInfo -> Res (List TopLevel) Generate declarations and implementations for `Finite` for a given data type.
Totality: total
Visibility: exportFinite : List Name -> ParamTypeInfo -> Res (List TopLevel) Alias for `FiniteVis Public`
Totality: total
Visibility: export