mirror of
https://github.com/IRBorisov/ConceptCore.git
synced 2025-06-26 01:00:36 +03:00
B: Allow decartian emptyset
This commit is contained in:
parent
daff622090
commit
894c04de27
|
@ -477,7 +477,6 @@ bool TypeAuditor::ViEmptySet(Cursor iter) {
|
|||
TokenID::INTERSECTION,
|
||||
TokenID::SET_MINUS,
|
||||
TokenID::SYMMINUS,
|
||||
TokenID::DECART,
|
||||
TokenID::REDUCE,
|
||||
TokenID::BIGPR,
|
||||
TokenID::SMALLPR
|
||||
|
|
|
@ -341,6 +341,7 @@ TEST_F(UTTypeAuditor, TypedOperationsCorrect) {
|
|||
ExpectTypification(R"(X1)", "B(X1)"_t);
|
||||
ExpectTypification(R"(B(X1))", "BB(X1)"_t);
|
||||
ExpectTypification(R"(X1*X1)", "B(X1*X1)"_t);
|
||||
ExpectTypification(R"(X1*{})", "B(X1*R0)"_t);
|
||||
ExpectTypification(R"(Pr1(S1))", "B(X1)"_t);
|
||||
ExpectTypification(R"(Fi1[X1](S1))", "B(X1*X1)"_t);
|
||||
ExpectTypification(R"(Fi1,2[X1, X1](S1))", "B(X1*X1)"_t);
|
||||
|
|
|
@ -19,6 +19,12 @@ Here we write upgrading notes. Make them as straightforward as possible.
|
|||
|
||||
### Fixed
|
||||
|
||||
## [0.1.10] - 2024-09-25
|
||||
|
||||
### Fixed
|
||||
|
||||
- Allow emptyset in cartesian product
|
||||
|
||||
## [0.1.9] - 2024-09-25
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.1.9
|
||||
0.1.10
|
Loading…
Reference in New Issue
Block a user