]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_rg/brgSubstitution.mli
basic_rg: reduction was not tail recursive by mistake
[helm.git] / helm / software / lambda-delta / basic_rg / brgSubstitution.mli
index 4c5c9c8a7f7ab69920d2b6f54bc2f52cb7768c0e..a1717666f76f11defcaa6280128fea843f7dfc4a 100644 (file)
@@ -9,6 +9,7 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
-val lift: (Brg.term -> 'a) -> int -> int -> Brg.term -> 'a
-
+val lift: int -> int -> Brg.term -> Brg.term
+(*
 val lift_bind: (Brg.bind -> 'a) -> int -> int -> Brg.bind -> 'a
+*)