summaryrefslogtreecommitdiff
path: root/src/expl_print.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2010-06-13 14:13:06 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2010-06-13 14:13:06 -0400
commitfdce2b90afbf31a31b312e52c0fc97434e9638a8 (patch)
tree5dced3d3a8af23f27538d99bc31bcf107222a15a /src/expl_print.sml
parentab23256c70d97509cf4dea53fd9ec8969966cfa9 (diff)
Catch a missed ReduceLocal of field projection annotations
Diffstat (limited to 'src/expl_print.sml')
-rw-r--r--src/expl_print.sml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expl_print.sml b/src/expl_print.sml
index c953350c..5a914194 100644
--- a/src/expl_print.sml
+++ b/src/expl_print.sml
@@ -1,4 +1,4 @@
-(* Copyright (c) 2008, Adam Chlipala
+(* Copyright (c) 2008-2010, Adam Chlipala
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -422,7 +422,7 @@ fun p_exp' par env (e, loc) =
space,
string "=>",
space,
- p_exp env e]) pes])
+ p_exp (E.patBinds env p) e]) pes])
| ELet (x, t, e1, e2) => box [string "let",
space,