Update README.md

wrong link to source file dcgs.pl
This commit is contained in:
Matteo Redaelli
2020-08-25 17:19:45 +02:00
committed by GitHub
parent 3ba2b8ade6
commit a53b4df8b6

View File

@@ -272,7 +272,7 @@ the exact same internal representation, and has the advantage that
only the standard predicate `(=)/2` is used.
Definite clause grammars as provided by
[`library(dcgs)`](src/lib/lists.pl), and the predicates from
[`library(dcgs)`](src/lib/dcgs.pl), and the predicates from
[`library(lists)`](src/lib/lists.pl), are ideally suited for reasoning
about strings.