package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.14.1.tar.gz
sha256=3cbfc1e1a72b16d4744f5b64ede59586071e31d9c11c811a0372060727bfd9c3

doc/ltac2_plugin/Ltac2_plugin/Tac2intern/index.html

Module Ltac2_plugin.Tac2internSource

Sourcetype context = (Names.Id.t * Tac2expr.type_scheme) list
Sourceval is_value : Tac2expr.glb_tacexpr -> bool

Check that a term is a value. Only values are safe to marshall between processes.

Sourceval check_unit : ?loc:Loc.t -> Tac2expr.type_scheme -> unit
Sourceval check_subtype : Tac2expr.type_scheme -> Tac2expr.type_scheme -> bool

check_subtype t1 t2 returns true iff all values of instances of type t1 also have type t2.

Notations

Replaces all qualified identifiers by their corresponding kernel name. The set represents bound variables in the context.

Errors

Sourceval error_nargs_mismatch : ?loc:Loc.t -> Tac2expr.ltac_constructor -> int -> int -> 'a
Sourceval error_nparams_mismatch : ?loc:Loc.t -> int -> int -> 'a

Misc

OCaml

Innovation. Community. Security.

On This Page
  1. Notations