File: GhcPlugins.hs

package info (click to toggle)
haskell-ghc-tcplugins-extra 0.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 316 kB
  • sloc: haskell: 901; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (6)
1
2
3
4
5
module GhcApi.GhcPlugins (module GhcPlugins, TcTyVar, EvTerm(..)) where

import GhcPlugins hiding (mkSubst)
import TcType (TcTyVar)
import TcEvidence (EvTerm(..))