X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Flambda-delta%2Fbasic_ag%2FbagEnvironment.mli;fp=helm%2Fsoftware%2Flambda-delta%2Fbasic_ag%2FbagEnvironment.mli;h=6dc2330c1c5283704310da750b4ba580a6e47164;hb=338e3e5c639fbcfeeb347a0121cacc6c0f1fc42a;hp=0000000000000000000000000000000000000000;hpb=c87a73806365feadc23300194a42ab8edb0f8b1b;p=helm.git diff --git a/helm/software/lambda-delta/basic_ag/bagEnvironment.mli b/helm/software/lambda-delta/basic_ag/bagEnvironment.mli new file mode 100644 index 000000000..6dc2330c1 --- /dev/null +++ b/helm/software/lambda-delta/basic_ag/bagEnvironment.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_______________________________________________________________ *) + +exception ObjectNotFound of Bag.message + +val set_obj: (Bag.obj -> 'a) -> Bag.obj -> 'a + +val get_obj: (Bag.obj -> 'a) -> NUri.uri -> 'a