diff options
Diffstat (limited to 'kernel/cooking.ml')
| -rw-r--r-- | kernel/cooking.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cooking.ml b/kernel/cooking.ml index 5c058b4661..9869afcf50 100644 --- a/kernel/cooking.ml +++ b/kernel/cooking.ml @@ -102,7 +102,7 @@ let expmod_constr modlist c = if cb.const_opaque then errorlabstrm "expmod_constr" (str"Cannot unfold the value of " ++ - str(string_of_kn kn) ++ spc () ++ + str(string_of_con kn) ++ spc () ++ str"You cannot declare local lemmas as being opaque" ++ spc () ++ str"and then require that theorems which use them" ++ spc () ++ str"be transparent"); |
