master > master: codego - iff
This commit is contained in:
@@ -145,3 +145,4 @@ func (fml Formula) IsConjunction() bool { return fml.kind == "and" || fm
|
||||
func (fml Formula) IsDisjunction2() bool { return fml.kind == "or2" }
|
||||
func (fml Formula) IsDisjunction() bool { return fml.kind == "or" || fml.kind == "or2" }
|
||||
func (fml Formula) IsImplication() bool { return fml.kind == "implies" }
|
||||
func (fml Formula) IsDoubleImplication() bool { return fml.kind == "iff" }
|
||||
|
||||
Reference in New Issue
Block a user