diff options
Diffstat (limited to 'doc/arrayrepr.md')
| -rw-r--r-- | doc/arrayrepr.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/arrayrepr.md b/doc/arrayrepr.md index b8264704..74e8426e 100644 --- a/doc/arrayrepr.md +++ b/doc/arrayrepr.md @@ -86,6 +86,8 @@ This case also covers empty lists, which are shown as `⟨⟩`. This includes an ## List literals +*The tutorial section [here](../tutorial/list.md#list-notation) also covers this topic.* + There are three kinds literal notation for lists: strings, list notation, and stranding. Strings indicate character lists (with space for the fill) and the other two can combine any sequence of elements. ### Strings |
