Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
This module defines the representation of Subtyping and WF Constraints, and the code for syntax-directed constraint generation.
Documentation
consAssmRel :: Config -> TargetInfo -> (PrEnv, CGEnv) -> (Var, Var, LocSpecType, LocSpecType, RelExpr, RelExpr) -> CG (PrEnv, CGEnv) Source #
consRelTop :: Config -> TargetInfo -> CGEnv -> PrEnv -> (Var, Var, LocSpecType, LocSpecType, RelExpr, RelExpr) -> CG () Source #