Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
robsimmons committed Jul 21, 2024
1 parent d511916 commit a7ce1b1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/docs/docs/language/builtin.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Built-in relations
---

* TODO FIX: add (in)equality
* TODO FIX: update with relational interpretation
- TODO FIX: add (in)equality
- TODO FIX: update with relational interpretation

On their own, built-in numbers and strings act no different than other uninterpreted
constants, but they can be manipulated with special relations added by `#builtin`
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/docs/language/facts.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ failing an integrity constraint.

## Using propositions like functions

* TODO add
- TODO add
1 change: 0 additions & 1 deletion docs/src/content/docs/docs/language/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ but if `n` is 1, it can be written like this:

<attribute> is <value_1> :- <premises>.


If the premises of a closed rule hold, Dusa must assign the attribute to one of the
listed values. If we've already given the attribute a value, then that attribute must
be one of the listed values, or else the solution will be invalidated.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/docs/language/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Syntax specification
---

* TODO out-of-date, fix
- TODO out-of-date, fix

The syntax of Dusa is not whitespace-sensitive. Comments, which begin with a pound
sign followed by a space or end of line and continue to the end of the line, are
Expand Down

0 comments on commit a7ce1b1

Please sign in to comment.