From 59a2e363f5f818e3870a275efe375737a76009fa Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 1 Aug 2020 16:28:32 -0700 Subject: 6698 --- html/mu_instructions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html') diff --git a/html/mu_instructions.html b/html/mu_instructions.html index a6b0f37c..0c66bc97 100644 --- a/html/mu_instructions.html +++ b/html/mu_instructions.html @@ -25,7 +25,7 @@ body { font-family: monospace; color: #000000; background-color: #c6c6c6; }
 ## Mu's instructions and their table-driven translation
 
-See http://akkartik.name/akkartik-convivial-20200315.pdf for the complete
+See http://akkartik.name/akkartik-convivial-20200607.pdf for the complete
 story. In brief: Mu is a statement-oriented language. Blocks consist of flat
 lists of instructions. Instructions can have inputs after the operation, and
 outputs to the left of a '<-'. Inputs and outputs must be variables. They can't
-- 
cgit 1.4.1-2-gfad0

='/danisanti/profani-tty/'>summary refs log blame commit diff stats
blob: 2cbed0ddc50003a00a2fb5d1b2325136fa99fb34 (plain) (tree)
1
2
3
4