package dedukti

  1. Overview
  2. Docs
exception UnshiftExn
val shift : int -> Term.term -> Term.term
val unshift : int -> Term.term -> Term.term
val psubst_l : Term.term Stdlib.Lazy.t Basic.LList.t -> Term.term -> Term.term
val subst : Term.term -> Term.term -> Term.term
val subst_n : int -> Basic.ident -> Term.term -> Term.term
module Subst : sig ... end