about summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-08-18 21:31:01 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-08-18 21:31:01 -0700
commit513ba3308502df6b576afd95aa20a57e0ec76d1f (patch)
tree322a84ab27928096e29af1f23c9b0b0fa638e4e1 /index.html
parent7cc017e545cb3d4c4b67403eff0c82993e2b587b (diff)
downloadmu-513ba3308502df6b576afd95aa20a57e0ec76d1f.tar.gz
3227
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index 0581d554..5bc909aa 100644
--- a/index.html
+++ b/index.html
@@ -35,8 +35,11 @@ single function or <em>recipe</em>.
 <li>simple examples showing off hardware control: <a href='html/display.mu.html'>display.mu</a>,
 <a href='html/console.mu.html'>console.mu</a>.
 <li><a href='html/screen.mu.html'>screen.mu</a>: example program showing
-print primitives that inject a screen <em>dependency</em> which can be faked
+print primitives that inject a 'screen' <em>dependency</em> which can be faked
 for testing.
+<li><a href='html/filesystem.mu.html'>filesystem.mu</a>: example program
+showing file primitives that inject a 'filesystem' dependency which can be
+faked for testing.
 <li><a href='html/static_dispatch.mu.html'>static_dispatch.mu</a>: example
 program showing mu's ability to define recipes with headers, and allow
 recipes with the same name but different headers to coexist.