diff --git a/src/doc/reference.md b/src/doc/reference.md index 6fb8de78094..c1f8d3d092a 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -3283,6 +3283,10 @@ The primitive types are the following: * The boolean type `bool` with values `true` and `false`. * The machine types (integer and floating-point). * The machine-dependent integer types. +* Arrays +* Tuples +* Slices +* Function pointers #### Machine types