X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbin%2Froles%2FrolesEngine.mli;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbin%2Froles%2FrolesEngine.mli;h=6671513f33079e4e59baaa301404f7534b3265d7;hb=a1ae862976f2489107dd107937f5e05d0aaa7144;hp=0000000000000000000000000000000000000000;hpb=076439def28e649ec384fae038ed021dadd5f75c;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/bin/roles/rolesEngine.mli b/matita/matita/contribs/lambdadelta/bin/roles/rolesEngine.mli new file mode 100644 index 000000000..6671513f3 --- /dev/null +++ b/matita/matita/contribs/lambdadelta/bin/roles/rolesEngine.mli @@ -0,0 +1,20 @@ +(* + ||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 new_stage: RolesTypes.version -> unit + +val toggle_entry: RolesTypes.pointer -> unit + +val read_waiting: string -> unit + +val read_status: unit -> unit + +val write_status: unit -> unit