X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Flambda-delta%2Flib%2Foutput.mli;fp=helm%2Fsoftware%2Flambda-delta%2Flib%2Foutput.mli;h=0000000000000000000000000000000000000000;hb=c8011c7ad75be5d03c4d4bb2e6900af32ad65c07;hp=812531585efd349c3119955b30b883635925d73b;hpb=3d3d0248bf4770c63361f7805d2099b2a607f44d;p=helm.git diff --git a/helm/software/lambda-delta/lib/output.mli b/helm/software/lambda-delta/lib/output.mli deleted file mode 100644 index 812531585..000000000 --- a/helm/software/lambda-delta/lib/output.mli +++ /dev/null @@ -1,21 +0,0 @@ -(* - ||M|| This file is part of HELM, an Hypertextual, Electronic - ||A|| Library of Mathematics, developed at the Computer Science - ||T|| Department, University of Bologna, Italy. - ||I|| - ||T|| HELM is free software; you can redistribute it and/or - ||A|| modify it under the terms of the GNU General Public License - \ / version 2 or (at your option) any later version. - \ / This software is distributed as is, NO WARRANTY. - V_______________________________________________________________ *) - -val indexes: bool ref - -val clear_reductions: unit -> unit - -val add: - ?beta:int -> ?upsilon:int -> ?tau:int -> ?ldelta:int -> ?gdelta:int -> - ?zeta:int -> ?si:int -> ?lrt:int -> ?grt:int -> - unit -> unit - -val print_reductions: unit -> unit