Skip to content
Snippets Groups Projects
Unverified Commit 5f33c44b authored by wangyingjian's avatar wangyingjian Committed by GitHub
Browse files

Update Constraint.relast

parent 752abad9
Branches
No related tags found
No related merge requests found
......@@ -3,13 +3,12 @@ abstract Term;
abstract Connective;
Atom:Connective ::= Relation;
abstract Relation;
abstract UnaryRelation:Relation ::= Term;
abstract BinaryRelation:Relation ::= Left:Term Right:Term;
Subsetof:BinaryRelation;
Compare:BinaryRelation;
Equal:BinaryRelation;
SelfEq:UnaryRelation;
SelfComp:UnaryRelation;
abstract UnaryConnective:Connective ::= Connective;
abstract BinaryConnective:Connective ::= Left:Connective Right:Connective;
Conjunction:BinaryConnective;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment