diff options
| author | Pierre Corbineau | 2014-12-16 15:59:52 +0100 |
|---|---|---|
| committer | Pierre Corbineau | 2014-12-16 16:01:25 +0100 |
| commit | 8029f7555f9c6f201cc70b5ecc538b11a861f0aa (patch) | |
| tree | c750b3ea7cafd5ec2176866bbd16208e5335978a /kernel/safe_typing.ml | |
| parent | d4f5bdd6f7304fac541bb5f4555ecdd6aa42699a (diff) | |
| parent | f88cce2698da000ab9054da31330db70997a41a4 (diff) | |
fix bug #2447 in congruence
Diffstat (limited to 'kernel/safe_typing.ml')
| -rw-r--r-- | kernel/safe_typing.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/safe_typing.ml b/kernel/safe_typing.ml index bef72340cb..bd44b39677 100644 --- a/kernel/safe_typing.ml +++ b/kernel/safe_typing.ml @@ -752,7 +752,7 @@ let export ?except senv dir = try join_safe_environment ?except senv with e -> let e = Errors.push e in - Errors.errorlabstrm "export" (Errors.print e) + Errors.errorlabstrm "export" (Errors.iprint e) in assert(senv.future_cst = []); let () = check_current_library dir senv in |
