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