diff options
| author | affeldt-aist | 2020-11-26 17:41:23 +0900 |
|---|---|---|
| committer | GitHub | 2020-11-26 17:41:23 +0900 |
| commit | 53c0ecb76bb2f5d06a93ec9b2fc8644d258d3fb3 (patch) | |
| tree | 79002ee09b1489f1f29d67fc18d58991c7ec13aa /mathcomp/test_suite/imset2_finset.v.out | |
| parent | 4153b5eabf27cb36dfb6ce03a0b52fcbfda7145c (diff) | |
| parent | 9c693eedb8e7e11aeaedbd3ce79a9478b10be7c8 (diff) | |
Merge pull request #674 from CohenCyril/clean-print-only
Using `only printing` and fixing coercion in notations
Diffstat (limited to 'mathcomp/test_suite/imset2_finset.v.out')
| -rw-r--r-- | mathcomp/test_suite/imset2_finset.v.out | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mathcomp/test_suite/imset2_finset.v.out b/mathcomp/test_suite/imset2_finset.v.out new file mode 100644 index 0000000..f58fd8a --- /dev/null +++ b/mathcomp/test_suite/imset2_finset.v.out @@ -0,0 +1,3 @@ +imset2_pair + : forall (aT aT2 : finType) (A : {set aT}) (B : {set aT2}), + [set (x, y) | x in A, y in B] = setX A B |
