X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=ocaml%2Fnum.mli;h=f1ea4f843d6ec261f551ee343394077b7e20f8b3;hb=refs%2Fheads%2Fstrong_simple_measure;hp=9cf81ccdd113e52d6162960d9edaff27de6c8648;hpb=eb8bb784b35d303a1c239f30008cba79f658f4b3;p=fireball-separation.git diff --git a/ocaml/num.mli b/ocaml/num.mli index 9cf81cc..f1ea4f8 100644 --- a/ocaml/num.mli +++ b/ocaml/num.mli @@ -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