Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
freshTy_type :: KVKind -> CoreExpr -> Type -> CG SpecType #
Generation: Freshness -----------------------------------------------------
Right now, we generate NO new pvars. Rather than clutter code
with uRType
calls, put it in one place where the above
invariant is obviously enforced.
Constraint generation should ONLY use freshTy_type
and freshTy_expr