From 2f068fc629ebca2ae802fbf64f1814782280a2c1 Mon Sep 17 00:00:00 2001 From: henz Date: Mon, 1 Jul 2024 14:24:53 +0800 Subject: [PATCH] fixes #837 --- xml/chapter3/section3/subsection5.xml | 47 +++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/xml/chapter3/section3/subsection5.xml b/xml/chapter3/section3/subsection5.xml index ab5b57998..c20841f95 100755 --- a/xml/chapter3/section3/subsection5.xml +++ b/xml/chapter3/section3/subsection5.xml @@ -1561,6 +1561,53 @@ const answer = v_prod(v_sum("a", "b"), v_sum("c", "d")); expression-oriented style in terms of the imperative implementation, it is very difficult to do the converse.