aboutsummaryrefslogtreecommitdiff
path: root/src/boot/fe
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-09-16 12:17:56 -0700
committerGraydon Hoare <[email protected]>2010-09-16 12:34:07 -0700
commitc4c73e09f1a25c8a9d9c69a3243d9342037fed73 (patch)
tree9d0a0af1e32298d4a4cd47eb1ab03edf594f9303 /src/boot/fe
parentBetter representation of tag containment, which will allow us to discern back... (diff)
downloadrust-c4c73e09f1a25c8a9d9c69a3243d9342037fed73.tar.xz
rust-c4c73e09f1a25c8a9d9c69a3243d9342037fed73.zip
Add a pexp-rebuild phase to the type resolution pass in resolve.ml.
Diffstat (limited to 'src/boot/fe')
-rw-r--r--src/boot/fe/ast.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/boot/fe/ast.ml b/src/boot/fe/ast.ml
index adc6f60d..efb64e50 100644
--- a/src/boot/fe/ast.ml
+++ b/src/boot/fe/ast.ml
@@ -1749,6 +1749,8 @@ let sprintf_expr = sprintf_fmt fmt_expr;;
let sprintf_name = sprintf_fmt fmt_name;;
let sprintf_name_component = sprintf_fmt fmt_name_component;;
let sprintf_lval = sprintf_fmt fmt_lval;;
+let sprintf_plval = sprintf_fmt fmt_plval;;
+let sprintf_pexp = sprintf_fmt fmt_pexp;;
let sprintf_atom = sprintf_fmt fmt_atom;;
let sprintf_slot = sprintf_fmt fmt_slot;;
let sprintf_slot_key = sprintf_fmt fmt_slot_key;;