]> Repositorios git - scryer-prolog.git/commitdiff
DOC: link to "Indexing dif/2"
authorMarkus Triska <[email protected]>
Sat, 1 Apr 2023 08:42:58 +0000 (10:42 +0200)
committerMarkus Triska <[email protected]>
Sat, 1 Apr 2023 09:04:37 +0000 (11:04 +0200)
README.md

index 7cf8c129542b68b094baa4dea59c2615678c2d35..12ec693409d9ca1aec6695216e1862ea2add30a7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Extend Scryer Prolog to include the following, among other features:
   - [x] Support for `attribute_goals/2` and `project_attributes/2`
   - [x] `call_residue_vars/2`
 - [x] `if_/3` and related predicates, following the developments of the
-      paper "Indexing `dif/2`".
+      paper "[Indexing `dif/2`](https://arxiv.org/abs/1607.01590)".
 - [x] All-solutions predicates (`findall/{3,4}`, `bagof/3`, `setof/3`, `forall/2`).
 - [x] Clause creation and destruction (`asserta/1`, `assertz/1`,
       `retract/1`, `abolish/1`) with logical update semantics.