Skip to content
  • niteria's avatar
    Add asserts to other substitution functions · bb956eb8
    niteria authored
    This adds asserts to `substTys`, `substCo` and `substCos` in
    the same spirit as already existing asserts on `substTy`, protecting
    every possible entry point to `subst_ty` and `subst_co`.
    
    I've replaced the violators with unchecked versions.
    
    Test Plan: ./validate --slow
    
    Reviewers: simonpj, goldfire, austin, bgamari
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D1862
    
    GHC Trac Issues: #11371
    bb956eb8