diff options
| author | coqbot-app[bot] | 2020-11-05 15:10:00 +0000 |
|---|---|---|
| committer | GitHub | 2020-11-05 15:10:00 +0000 |
| commit | b95c38d3d28a59da7ff7474ece0cb42623497b7d (patch) | |
| tree | 8342e6563797e36c9d707ff96ca6fa887e35c7a4 /test-suite | |
| parent | 812e2fd7a62386f8128d4039f8d949486927e554 (diff) | |
| parent | 77959d97ba4c4cfeac77736fe880ad334c1986bc (diff) | |
Merge PR #13301: Fixes #13298: Search applied to primitive projections needs a correct typing environment
Reviewed-by: SkySkimmer
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/output/Search_bug13298.out | 1 | ||||
| -rw-r--r-- | test-suite/output/Search_bug13298.v | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/output/Search_bug13298.out b/test-suite/output/Search_bug13298.out new file mode 100644 index 0000000000..18488c790f --- /dev/null +++ b/test-suite/output/Search_bug13298.out @@ -0,0 +1 @@ +snd: forall c : c, fst c = 0 diff --git a/test-suite/output/Search_bug13298.v b/test-suite/output/Search_bug13298.v new file mode 100644 index 0000000000..9a75321c64 --- /dev/null +++ b/test-suite/output/Search_bug13298.v @@ -0,0 +1,3 @@ +Set Primitive Projections. +Record c : Type := { fst : nat; snd : fst = 0 }. +Search concl:fst. |
