Skip to content
  • Simon Peyton Jones's avatar
    Tiny refactor to tcExtendRecEnv · 66ce7de1
    Simon Peyton Jones authored
    In tcExtendRecEnv, there is no need to us setGlobalTypeEnv
    (which side-effects the tcg_type_env_var).  tcExtendRecEnv
    is used only when kind-checking a group of type/class decls
    and no knot-tying via tcg_type_env_var is needed.
    
    There is no change in functionality.
    66ce7de1