Skip to content

Commit 1aeb7a1

Browse files
Extend doc for ProgramClauseImplication
1 parent eac7a6c commit 1aeb7a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ir/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,9 @@ pub struct ProgramClause {
480480
pub implication: Binders<ProgramClauseImplication>,
481481
}
482482

483-
/// Represents one clause of the form `consequence :- conditions`.
483+
/// Represents one clause of the form `consequence :- conditions` where
484+
/// `conditions = cond_1 || cond_2 || ...` is the conjunction of the individual
485+
/// conditions.
484486
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
485487
pub struct ProgramClauseImplication {
486488
pub consequence: DomainGoal,

0 commit comments

Comments
 (0)