Skip to content

Commit 5842996

Browse files
committed
docs(website): fix typos on detailed design
1 parent e382338 commit 5842996

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/docs/documentazione/detailed_design.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,12 @@ Alcuni termini composti hanno una struttura ricorsiva. Sono strutture i cui argo
5555
strutture con lo stesso predicato.
5656
Da una struttura è sempre possibile ottenere la lista lineare degli argomenti.
5757

58+
Una lista è una struttura (PrologList), con funtore ricorsivo `.` (Cons). Ogni lista termina con il funtore `[]` (Nil).
59+
5860
La maggior parte delle strutture ricorsive sono binarie (BinaryRecursiveStruct). È il caso di:
5961

6062
* Congiunzioni di goal (Conjunction), con funtore `,`;
6163
* Disgiunzioni di goal (Disjunction), con funtore `;`;
62-
* Liste (PrologList), con funtore ricorsivo `.` (Cons). Ogni lista termina con il funtore `[]` (Nil).
6364

6465
## Theory
6566

0 commit comments

Comments
 (0)