diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-07-27 17:07:52 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-07-27 17:08:29 -0700 |
commit | 5fe060d582d4a82444243a28b18085c971a85628 (patch) | |
tree | 7a13eb020d0a9cab5d4195da931a373f575229ab /index.html | |
parent | 013d95266d563a3f531c13eba6d2a6bfe18f8808 (diff) | |
download | mu-5fe060d582d4a82444243a28b18085c971a85628.tar.gz |
4447
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 dde93753..f4b4aafb 100644 --- a/index.html +++ b/index.html @@ -110,7 +110,7 @@ allowing whitespace in reagents. <br/><a href='html/017parse_tree.cc.html'>017parse_tree.cc</a>: a new syntax for representing complex types as trees using whitespace and parentheses (s-expressions). -<br/><a href='html/018type_abbreviations.cc.html'>018type_abbreviations.cc</a>: +<br/><a href='html/019type_abbreviations.cc.html'>019type_abbreviations.cc</a>: the core types of Mu are designed to be fully explicit and familiar to non-programmers at the cost of some verbosity: <tt>number</tt>, <tt>character</tt>, <tt>boolean</tt>, etc. Once learners get acclimatized, |