diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index 977cfafd..0d00cc27 100644 --- a/index.html +++ b/index.html @@ -88,7 +88,7 @@ akin to records, structs or classes. <br/><a href='html/031address.cc.html'>031address.cc</a>: adding and removing layers of indirection to mu data. <br/><a href='html/032array.cc.html'>032array.cc</a>: all mu data structures -are <a href='html/033length.cc.html'>bounds-checked</a>. +are bounds-checked. <br/><a href='html/034exclusive_container.cc.html'>034exclusive_container.cc</a>: tagged unions or sum types. <br/><a href='html/035call.cc.html'>035call.cc</a>: calls to recipes look just like primitive operations. |