]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/assembly/compiler/sigma.ma
mod change (-x)
[helm.git] / helm / software / matita / contribs / assembly / compiler / sigma.ma
old mode 100755 (executable)
new mode 100644 (file)
index 491d31e..e9c234e
@@ -39,9 +39,9 @@ notation > "\Sigma list1 ident x sep , opt (: T). term 19 Px"
 
 notation "\ll term 19 a, break term 19 b \gg"
 with precedence 90 for @{'dependent_pair (λx:?.? x) $a $b}.
-interpretation "dependent pair" 'dependent_pair \eta.c a b = (sigma_intro _ c a b).
+interpretation "dependent pair" 'dependent_pair \eta.c a b = (sigma_intro ? c a b).
 
-interpretation "sigma" 'Sigma \eta.x = (sigma _ x).
+interpretation "sigma" 'Sigma \eta.x = (sigma ? x).
 
 definition sigmaFst ≝
 λT:Type.λf:T → Type.λs:sigma T f.match s with [ sigma_intro x _ ⇒ x ].