]> matita.cs.unibo.it Git - helm.git/commitdiff
xxx
authorEnrico Tassi <enrico.tassi@inria.fr>
Mon, 23 Jun 2008 07:42:40 +0000 (07:42 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Mon, 23 Jun 2008 07:42:40 +0000 (07:42 +0000)
helm/software/matita/core_notation.moo

index f9346809bccc0509da6c995aae79ae422007ab09..15912d2645690cbd647c638173646e77d7884a8a 100644 (file)
@@ -4,14 +4,10 @@ for @{ 'exists ${default
   @{\lambda ${ident i} : $ty. $p}
   @{\lambda ${ident i} . $p}}}.
 
-axiom a : Type.
-
 notation "hvbox(a break \to b)" 
   right associative with precedence 20
 for @{ \forall $_:$a.$b }.
 
-axiom b : Type → Type.
-
 notation < "hvbox(a break \to b)" 
   right associative with precedence 20
 for @{ \Pi $_:$a.$b }.