Skip to content
  • sheaf's avatar
    ba302877
    Add nontrivial type-checking plugin tests · ba302877
    sheaf authored and Marge Bot's avatar Marge Bot committed
      Three new tests for type-checking plugins:
    
        - TcPlugin_Nullary, solving a nullary class constraint
        - TcPlugin_Args, providing evidence for a (unary) class constraint
          using arguments supplied to the plugin
        - TcPlugin_TyFam, solving an equality constraint to rewrite
          a type-family application
    
      More extensive descriptions of the plugins can be found in their
      respective defining modules.
    ba302877
    Add nontrivial type-checking plugin tests
    sheaf authored and Marge Bot's avatar Marge Bot committed
      Three new tests for type-checking plugins:
    
        - TcPlugin_Nullary, solving a nullary class constraint
        - TcPlugin_Args, providing evidence for a (unary) class constraint
          using arguments supplied to the plugin
        - TcPlugin_TyFam, solving an equality constraint to rewrite
          a type-family application
    
      More extensive descriptions of the plugins can be found in their
      respective defining modules.
Loading