Skip to content

Commit 8f73cc6

Browse files
authored
Merge pull request #707 from spastorino/goal-domain-goal
Mentions to Goal in major_concepts are meant to be DomainGoal
2 parents 3c4a9f4 + 780ee54 commit 8f73cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/src/engine/major_concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ logic.
99
A "goal" in Chalk can be thought of as "something we want to prove". The engine
1010
itself understands `GoalData`s. `GoalData`s consist of the most basic logic,
1111
such as introducing Binders (`Forall` or `Exists`) or combining goals (`All`).
12-
On the other hand, `Goal` represents an opaque goal generated
12+
On the other hand, `DomainGoal` represents an opaque goal generated
1313
externally. As such, it may contain any extra information or may be interned.
14-
When solving a logic predicate, Chalk will lazily convert `Goal`s
14+
When solving a logic predicate, Chalk will lazily convert `DomainGoal`s
1515
into `GoalData`s.
1616

1717
There are three types of completely opaque `GoalData`s that Chalk can solve:

0 commit comments

Comments
 (0)