Skip to content
  • Simon Peyton Jones's avatar
    Refactor kcHsTyVarBndrs · dfe049fd
    Simon Peyton Jones authored
    This refactoring
    
    * Renames kcHsTyVarBndrs to kcLHsQTyVars,
      which is more truthful. It is only used in getInitialKind.
    
    * Pulls out bind_telescope from that function, and calls it
      kcLHsTyVarBndrs, again to reflect its argument
    
    * Uses the new kcLHsTyVarBndrs in kcConDecl, where the old
      function was wild overkill.
    
    There should not be any change in behaviour
    
    (cherry picked from commit de204409)
    dfe049fd