Skip to content

Commit

Permalink
Fix relevance on symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann Leray committed Feb 16, 2024
1 parent 7ba8516 commit a1c5f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/constant_typing.ml
Expand Up @@ -183,7 +183,7 @@ let infer_symbol env { symb_entry_universes; symb_entry_unfold_fix; symb_entry_t
const_type = t;
const_body_code = None;
const_universes = univs;
const_relevance = r;
const_relevance = UVars.subst_sort_level_relevance usubst r;
const_inline_code = false;
const_typing_flags = Environ.typing_flags env;
}
Expand Down

0 comments on commit a1c5f39

Please sign in to comment.