diff options
Diffstat (limited to 'test-suite/output/CompactContexts.v')
-rw-r--r-- | test-suite/output/CompactContexts.v | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test-suite/output/CompactContexts.v b/test-suite/output/CompactContexts.v new file mode 100644 index 000000000..07588d34f --- /dev/null +++ b/test-suite/output/CompactContexts.v @@ -0,0 +1,5 @@ +Set Printing Compact Contexts. + +Lemma f (hP1:True) (a:nat) (b:list nat) (h:forall (x:nat) , { y:nat | y > x}) (h2:True): False. +Show. +Abort.
\ No newline at end of file |