aboutsummaryrefslogtreecommitdiffhomepage
path: root/printing/printer.ml
diff options
context:
space:
mode:
Diffstat (limited to 'printing/printer.ml')
-rw-r--r--printing/printer.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/printer.ml b/printing/printer.ml
index 19dd81dcd..0e5d6721e 100644
--- a/printing/printer.ml
+++ b/printing/printer.ml
@@ -778,7 +778,7 @@ let print_record env mind mib =
pr_univ_cstr mib.mind_constraints)
let pr_mutual_inductive_body env mind mib =
- if mib.mind_record & not !Flags.raw_print then
+ if mib.mind_record && not !Flags.raw_print then
print_record env mind mib
else
print_mutual_inductive env mind mib