]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library/higher_order_defs/functions.ma
cicInspect: node count fixed
[helm.git] / helm / software / matita / library / higher_order_defs / functions.ma
index a1b54c80c59cf786d68bc89d881b98de57f61cc7..195cbfc171be63395d565d6f6adde9566fd25548 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-set "baseuri" "cic:/matita/higher_order_defs/functions/".
-
 include "logic/equality.ma".
 
 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).