]> matita.cs.unibo.it Git - helm.git/blobdiff - weblib/basics/types.ma
commit by user andrea
[helm.git] / weblib / basics / types.ma
index 0fd4eb5886cb0d067459a47b9c5703c5b48e413e..586ce31ce7bb527d251d3d1a9ddf5704f9163a2a 100644 (file)
@@ -58,4 +58,4 @@ inductive option (A:Type[0]) : Type[0] ≝
 inductive Sig (A:Type[0]) (f:A→Type[0]) : Type[0] ≝
   dp: ∀a:A.(f a)→Sig A f.
 
-interpretation "Sigma" 'sigma x = (Sig ? x).
+interpretation "Sigma" 'sigma x = (Sig ? x).
\ No newline at end of file