X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Flambda-delta%2Ftoplevel%2FmetaBag.ml;h=67c938df0db267acc84f972b4c331ff93a62ee58;hb=bee436af0c6ceb1c83259c94036df8b12f901f2d;hp=e0dbf53aee27a468ed2f4538c856d8fb3592e4c9;hpb=8a4c83c6341976f2bb70eb44a0c70f2aa95ad3ea;p=helm.git diff --git a/helm/software/lambda-delta/toplevel/metaBag.ml b/helm/software/lambda-delta/toplevel/metaBag.ml index e0dbf53ae..67c938df0 100644 --- a/helm/software/lambda-delta/toplevel/metaBag.ml +++ b/helm/software/lambda-delta/toplevel/metaBag.ml @@ -63,10 +63,10 @@ let xlate_entry f = function let f c = unwind_to_xlate_term (f c) c u in xlate_pars f pars -let xlate_item f = function +let xlate_entity f = function | None -> f None | Some e -> let f e = f (Some e) in xlate_entry f e (* Interface functions ******************************************************) -let bag_of_meta = xlate_item +let bag_of_meta = xlate_entity