Skip to content

Commit

Permalink
Fix glossary links
Browse files Browse the repository at this point in the history
  • Loading branch information
jackh726 committed Oct 24, 2020
1 parent f7a2862 commit b7ac5f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions book/src/glossary.md
Expand Up @@ -24,11 +24,11 @@ This is a glossary of terminology (possibly) used in the chalk crate.
- `exists<T> { Vec<T>: Clone }`: does there exist a `T` such that `Vec<T>`
implements `Clone`?

[Type inference variable]: ../types/rust_types.md#inference-variables
[Bound variable]: ../types/rust_types.md#bound-variables
[Type inference variable]: ./types/rust_types.md#inference-variables
[Bound variable]: ./types/rust_types.md#bound-variables
[`forall`]: #debruijn-index
[Placeholder]: ../types/rust_types.md#placeholders
[Clause]: ../clauses/goals_and_clauses.md
[Placeholder]: ./types/rust_types.md#placeholders
[Clause]: ./clauses/goals_and_clauses.md

## Binary connective
There are sixteen logical connectives on two boolean variables. The most
Expand Down

0 comments on commit b7ac5f0

Please sign in to comment.