diff options
Diffstat (limited to 'test-suite/success/if.v')
-rw-r--r-- | test-suite/success/if.v | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test-suite/success/if.v b/test-suite/success/if.v new file mode 100644 index 00000000..85cd1f11 --- /dev/null +++ b/test-suite/success/if.v @@ -0,0 +1,5 @@ +(* The synthesis of the elimination predicate may fail if algebric *) +(* universes are not cautiously treated *) + +Check [b:bool]if b then Type else nat. + |