Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: small typo error #669

Merged
merged 1 commit into from
Jan 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions book/src/engine/major_concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ into `HHGoal`s.

There are three types of completely opaque `HhGoal`s that Chalk can solve:
`Unify`, `DomainGoal`, and `CannotProve`. Unlike the other types of goals,
these three cannot be simiplified any further. `Unify` is the goal of unifying
these three cannot be simplified any further. `Unify` is the goal of unifying
any two types. `DomainGoal` is any goal that can solve by applying a
[`ProgramClause`]. To solve this, more `Goal`s may generated. Finally,
`CannotProve` is a special goal that *cannot* be proven true or false.
Expand Down Expand Up @@ -89,4 +89,4 @@ stack).
[`TruncateOps`]: https://rust-lang.github.io/chalk/chalk_engine/context/trait.TruncateOps.html
[`ResolventOps`]: https://rust-lang.github.io/chalk/chalk_engine/context/trait.ResolventOps.html
[`ProgramClause`]: https://rust-lang.github.io/chalk/chalk_ir/struct.ProgramClause.html
[`Answer`]: https://rust-lang.github.io/chalk/chalk_engine/struct.Answer.html
[`Answer`]: https://rust-lang.github.io/chalk/chalk_engine/struct.Answer.html