package coq-core

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module HimsgSource

This module provides functions to explain the type errors.

Sourceval explain_refiner_error : Environ.env -> Evd.evar_map -> Logic.refiner_error -> Pp.t
Sourcetype arity_error =
  1. | NonInformativeToInformative
  2. | StrongEliminationOnNonSmallType
  3. | WrongArity
Sourceval error_elim_explain : Sorts.family -> Sorts.family -> arity_error

Second argument is the familty of the inductive.

OCaml

Innovation. Community. Security.