X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=ocaml%2Fnum.mli;h=f1ea4f843d6ec261f551ee343394077b7e20f8b3;hb=640e7671fac6bebe8debe37dba052018c3b4c76f;hp=c7b3256b15999aa31923db6325b316d63e21db81;hpb=2c278a1d49aa0db5211821c1c9eec27212e5e53c;p=fireball-separation.git diff --git a/ocaml/num.mli b/ocaml/num.mli index c7b3256..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