aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init/Specif.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Init/Specif.v')
-rwxr-xr-xtheories/Init/Specif.v3
1 files changed, 0 insertions, 3 deletions
diff --git a/theories/Init/Specif.v b/theories/Init/Specif.v
index 46203fe1f..daf7e5d85 100755
--- a/theories/Init/Specif.v
+++ b/theories/Init/Specif.v
@@ -147,9 +147,6 @@ Definition Exc := option.
Definition value := Some.
Definition error := None.
-Syntactic Definition Error := (error ?).
-Syntactic Definition Value := (value ?).
-
Definition except := False_rec. (* for compatibility with previous versions *)
Theorem absurd_set : (A:Prop)(C:Set)A->(~A)->C.