aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-analy.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/i-analy.boot')
-rw-r--r--src/interp/i-analy.boot5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/interp/i-analy.boot b/src/interp/i-analy.boot
index 6a645bbc..fb0848b7 100644
--- a/src/interp/i-analy.boot
+++ b/src/interp/i-analy.boot
@@ -213,6 +213,11 @@ elaborateForm pf ==
bottomUp t
t
+++ Elaborate a VAT with specified target type.
+elaborateTree(t,mode) ==
+ putTarget(t,mode)
+ bottomUp t
+
bottomUp t ==
-- bottomUp takes an attributed tree, and returns the modeSet for it.
-- As a side-effect it also evaluates the tree.