aboutsummaryrefslogtreecommitdiff
path: root/printing/pptactic.ml
diff options
context:
space:
mode:
authorArnaud Spiwack2014-12-23 13:27:10 +0100
committerArnaud Spiwack2014-12-23 13:40:05 +0100
commit239fe70ae8a39f5c5619cf88f1ae264c31bda65e (patch)
tree739ad87d4c4fb4cf1fe1c4dd7552b6fcb29bd9e9 /printing/pptactic.ml
parent8e1a7e3e6a4c84db18f6fd5334776489015b368d (diff)
Fix compilation error in some configurations.
This was due to the unqualified uses of "Lazy" being disambiguated in different manners. I just changed the constructor name to "Select". Fixes #3877.
Diffstat (limited to 'printing/pptactic.ml')
-rw-r--r--printing/pptactic.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/pptactic.ml b/printing/pptactic.ml
index ddb85a3626..ac06bb39f3 100644
--- a/printing/pptactic.ml
+++ b/printing/pptactic.ml
@@ -623,7 +623,7 @@ module Make
let pr_lazy = function
| General -> keyword "multi"
- | Lazy -> keyword "lazy"
+ | Select -> keyword "lazy"
| Once -> mt ()
let pr_match_pattern pr_pat = function