X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=ocaml%2Fnum.mli;h=33ea10fee01f5530e904fb10940efc77ba50d07b;hb=2dc40f471a59b3e192d5c9db14746292958315db;hp=6de26456cb1aa8d2c990e2beeaea3d779b34bc5a;hpb=e1177d88d7ff54d6cb16d711103c5c71aaccdcc6;p=fireball-separation.git diff --git a/ocaml/num.mli b/ocaml/num.mli index 6de2645..33ea10f 100644 --- a/ocaml/num.mli +++ b/ocaml/num.mli @@ -34,7 +34,6 @@ val mk_appl : nf -> nf list -> nf val mk_appx : nf -> nf Listx.listx -> nf val mk_match : nf -> 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