X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Flibrary%2Fhigher_order_defs%2Ffunctions.ma;h=195cbfc171be63395d565d6f6adde9566fd25548;hb=9ead65f0b6b17fc8f01ffcb977c3c252594724a9;hp=a6174f48fa1b41dae53b4de72dc318f5b62fa7a1;hpb=9eabe046c1182960de8cfdba96c5414224e3a61e;p=helm.git diff --git a/helm/software/matita/library/higher_order_defs/functions.ma b/helm/software/matita/library/higher_order_defs/functions.ma index a6174f48f..195cbfc17 100644 --- a/helm/software/matita/library/higher_order_defs/functions.ma +++ b/helm/software/matita/library/higher_order_defs/functions.ma @@ -18,10 +18,6 @@ definition compose \def \lambda A,B,C:Type.\lambda f:(B\to C).\lambda g:(A\to B).\lambda x:A. f (g x). -notation "hvbox(a break \circ b)" - left associative with precedence 70 -for @{ 'compose $a $b }. - interpretation "function composition" 'compose f g = (cic:/matita/higher_order_defs/functions/compose.con _ _ _ f g).