diff options
| author | Maxime Dénès | 2017-05-17 18:19:09 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-05-17 18:19:09 +0200 |
| commit | 6d770156669dd9868ae7623b8f4302866e2cc8c7 (patch) | |
| tree | c287c2ce79ab183413472f7d65f470bb4eaa64ab /test-suite/output/CompactContexts.v | |
| parent | cf90eb14c78d0afd0eb52b8b36152b4e861ccfde (diff) | |
| parent | 697cd5a8e7927873ed6700c7e906ae3675bd98b1 (diff) | |
Merge PR#457: Adding an even more compact goal hyps mode.
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 0000000000..07588d34f9 --- /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 |
