From da71f3b1624b714c10ceaafb08d67f06fa7acd79 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 8 Dec 2009 21:13:34 +0100 Subject: [PATCH] Reduce with of some code to make a better fit. --- Chapters/Normalization.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Chapters/Normalization.tex b/Chapters/Normalization.tex index 1d65f4a..0b5bc60 100644 --- a/Chapters/Normalization.tex +++ b/Chapters/Normalization.tex @@ -224,7 +224,8 @@ -> State (Word, Word) -> (State (Word, Word), Word) - -- All arguments are an inital lambda (address, data, packed state) + -- All arguments are an inital lambda + -- (address, data, packed state) regbank = λa.λd.λsp. -- There are nested let expressions at top level let -- 2.30.2