diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2021-01-08 16:03:59 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-02 14:24:49 +0000 |
| commit | 91ad387621b72a4143f371e7d9787ae82f11e78d (patch) | |
| tree | fd6ac6df435c207d428d1c78887ec7227ece4b5b /docs/reference/index.md | |
| parent | add reference/pure-operators (diff) | |
| download | alive-91ad387621b72a4143f371e7d9787ae82f11e78d.tar.gz alive-91ad387621b72a4143f371e7d9787ae82f11e78d.zip | |
add reference/arrays and reference/structs
Diffstat (limited to 'docs/reference/index.md')
| -rw-r--r-- | docs/reference/index.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/reference/index.md b/docs/reference/index.md index 4d2dd40..beb6f77 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -1,5 +1,3 @@ -__This section is currently under construction.__ - This reference manual documents the `alv` langauge and its standard facilities in detail. If you are new to alive, the [getting started guide][guide] is the recommended place to start. If you are looking for information on adding your @@ -23,7 +21,7 @@ own module or contributing to alive, check out the 1. [result kinds](04-1_result-kinds.html) 2. [pure operators](04-2_pure-operators.html) 5. compound types - 1. arrays - 2. structs + 1. [arrays](05-1_arrays.html) + 2. [structs](05-2_structs.html) 6. [builtin listing](builtins.html) 7. included modules |
