Skip to content
  • Justin Andresen's avatar
    a18ae260
    Don't allow scoped type variables #15 · a18ae260
    Justin Andresen authored
    In Haskell type variables in expression type signatures do not
    refer to the type variables in the function's type signature.
    If the type signature is introduced artificially by the inliner
    (see ec9047a7), type variables are still scoped.
    a18ae260
    Don't allow scoped type variables #15
    Justin Andresen authored
    In Haskell type variables in expression type signatures do not
    refer to the type variables in the function's type signature.
    If the type signature is introduced artificially by the inliner
    (see ec9047a7), type variables are still scoped.
Loading