X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Flambda-delta%2Fsrc%2Fcommon%2Fmarks.mli;fp=helm%2Fsoftware%2Flambda-delta%2Fsrc%2Fcommon%2Fmarks.mli;h=ff5a681093d790adeafa7a01f7916d9fd0895e78;hb=a5709dff43233c041f77a4ee4b7f2df1a3c51ab6;hp=0000000000000000000000000000000000000000;hpb=f3f6b451707a3feb8245717e3fa7ca25df0ce8ef;p=helm.git diff --git a/helm/software/lambda-delta/src/common/marks.mli b/helm/software/lambda-delta/src/common/marks.mli new file mode 100644 index 000000000..ff5a68109 --- /dev/null +++ b/helm/software/lambda-delta/src/common/marks.mli @@ -0,0 +1,16 @@ +(* + ||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 locations: unit -> int + +val new_location: unit -> int + +val new_mark: unit -> Entity.attr