Skip to content

Commit

Permalink
minor docs tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcondon committed Jul 21, 2024
1 parent fb30497 commit fa3e92b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Notes:
* An identifier where a term is expected is interpreted as a variable reference if a matching declaration (from a quantification) is in scope - otherwise it is interpreted as a constant.
* All identifiers are **case sensitive**. This is, for example, something to double-check if you're seeing something interpreted as a constant that you intend as a variable reference.

## Storing Knowledge and Making Inferences - SCFirstOrderLogic.Inference.Basic
## Storing Knowledge & Making Inferences - with SCFirstOrderLogic.Inference.Basic

Once you have some sentences, storing them and making inferences can be done with the aid of the types in the `SCFirstOrderLogic.Inference.Basic` package.
This library includes a few very simple knowledge bases - one that uses forward chaining, one that uses backward chaining, and one that uses resolution.
Expand Down

0 comments on commit fa3e92b

Please sign in to comment.