]> matita.cs.unibo.it Git - fireball-separation.git/blobdiff - ocaml/num.mli
New interesting example
[fireball-separation.git] / ocaml / num.mli
index 9cf81ccdd113e52d6162960d9edaff27de6c8648..f1ea4f843d6ec261f551ee343394077b7e20f8b3 100644 (file)
@@ -26,6 +26,7 @@ val free_vars' : nf -> var list
 val free_vars : nf -> int list
 module ToScott :
   sig
+    val bomb : nf ref
     val t_of_i_num_var : nf i_num_var_ -> Pure.Pure.t
     val t_of_nf : nf -> Pure.Pure.t
   end
@@ -40,7 +41,6 @@ val mk_appl : nf -> nf list -> nf
 val mk_appx : nf -> nf Listx.listx -> nf
 val mk_match : nf i_num_var_ -> var -> int -> (int * nf) list ref -> nf list -> nf
 val subst : bool -> bool -> int -> nf -> nf -> nf
-val parse' : string list -> nf list * string list
 val eta_compare : nf -> nf -> int
 val eta_eq : [< nf ] -> [< nf ] -> bool
 val eta_subterm : [< nf ] -> [< nf ] -> bool