]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library/higher_order_defs/functions.ma
Bug fixed: pretty-printing of aliases when the OK button is pressed in the
[helm.git] / helm / software / matita / library / higher_order_defs / functions.ma
index a6174f48fa1b41dae53b4de72dc318f5b62fa7a1..195cbfc171be63395d565d6f6adde9566fd25548 100644 (file)
@@ -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).