From 0ece2ecabd111078092cf9b23f7ceccf61bb4c72 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 7 Mar 2012 22:32:23 -0500 Subject: more updates --- software/misc.page | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'software') diff --git a/software/misc.page b/software/misc.page index 6fb7918..b730b0b 100644 --- a/software/misc.page +++ b/software/misc.page @@ -28,4 +28,16 @@ Webmail the null webmail client http://www.nulllogic.ca/webmail/ +Standard ML +----------- + +`The SML Standard Basis (of types) +`_ + +Mutually recursive function using 'and' syntax: + + fun foo 0 = "beer car" + | foo n = bar(n-1) + and bar 0 = "bacon" + | bar n = foo(n-1); -- cgit v1.2.3