package coq

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

Debugging utilities

type 'a or_rel =
  1. | REL of int
  2. | VAL of int * 'a
val repr : 'a subs -> 'a or_rel list * int

High-level representation of a substitution. The first component is a list that associates a value to an index, and the second component is the relocation shift that must be applied to any variable pointing outside of the substitution.