aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/success/if.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-09-20 16:13:00 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-09-20 16:13:00 +0000
commita17f3720a9ff5b18413620d3b1234accb7a9f821 (patch)
treec2934ca26dc858751ac2c244fd7d99723a6cfd37 /test-suite/success/if.v
parent3034dd51a8c17246eb217884990a5673e8c56a48 (diff)
Test inférence prédicat en présence d'univers
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2029 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/success/if.v')
-rw-r--r--test-suite/success/if.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/success/if.v b/test-suite/success/if.v
new file mode 100644
index 000000000..6c3b6d221
--- /dev/null
+++ b/test-suite/success/if.v
@@ -0,0 +1,4 @@
+(* The synthesis of the elimination predicate may fail if algebric *)
+(* universes are not cautiously treated *)
+
+Check [b:bool]if b then Type else nat.