]> matita.cs.unibo.it Git - helm.git/commitdiff
...
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 6 Apr 2009 19:59:21 +0000 (19:59 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 6 Apr 2009 19:59:21 +0000 (19:59 +0000)
helm/software/components/ng_refiner/nCicMetaSubst.mli

index 1ed2fcee3f607c3960ae450d3833a88707cfd094..f7378d13becccd03eec9c4bf8ed2250662b279e8 100644 (file)
 exception MetaSubstFailure of string Lazy.t
 exception Uncertain of string Lazy.t
 
-(*
-exception AssertFailure of string Lazy.t
-exception DeliftingARelWouldCaptureAFreeVariable;;
-val apply_subst : Cic.substitution -> Cic.term -> Cic.term 
-val apply_subst_context : Cic.substitution -> Cic.context -> Cic.context 
-val apply_subst_metasenv: Cic.substitution -> Cic.metasenv -> Cic.metasenv 
-
-(*** delifting ***)
-
-val restrict :
-  Cic.substitution -> (int * int) list -> Cic.metasenv -> 
-  Cic.metasenv * Cic.substitution 
-*)
-
 (* the delift function takes in input a metavariable index, a local_context
  * and a term t, and substitutes every Rel in t with its position in
  * the local_context (which is the Rel moved to the canonical context).