aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/global.ml
diff options
context:
space:
mode:
Diffstat (limited to 'library/global.ml')
-rw-r--r--library/global.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/global.ml b/library/global.ml
index fbba81b51..812178bbb 100644
--- a/library/global.ml
+++ b/library/global.ml
@@ -192,7 +192,7 @@ let type_of_global_in_context env r =
Inductive.type_of_constructor (cstr,inst) specif, univs
let is_polymorphic r =
- let env = env() in
+ let env = env() in
match r with
| VarRef id -> false
| ConstRef c ->