Skip to content
Open
Show file tree
Hide file tree
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
File renamed without changes.
4 changes: 2 additions & 2 deletions satore/rewrite-tree.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
racket/file
racket/list
racket/string
satore/Clause
satore/clause-struct
satore/clause-format
satore/clause
satore/misc
Expand Down Expand Up @@ -521,7 +521,7 @@
; We set the bit to #true, *even if* no rule has been added,
; because the purpose of this bit is to avoid considering
; C later again to save time.
; TODO: We could set Conv as a rewrite-rule too but ONLY if C also subsumes the converse
; TODO: We could set Conv as a rewrite-rule too but ONLY if C also subsumes the converse
; TODO: of conv.
(set-Clause-binary-rewrite-rule?! C #true)
rls]))]))
Expand Down
2 changes: 1 addition & 1 deletion satore/saturation.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
racket/math
racket/pretty
racket/string
satore/Clause
satore/clause-struct
satore/clause-format
satore/clause
satore/interact
Expand Down
2 changes: 1 addition & 1 deletion satore/unification-tree.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
define2
global
racket/list
satore/Clause
satore/clause-struct
satore/clause
satore/misc
satore/trie
Expand Down