packages feed

ghc-corroborate-0.1.0: src-ghc-8.2/GHC/Corroborate/Evidence.hs

module GHC.Corroborate.Evidence (evDFunApp', evCast', terms) where

import GHC.Corroborate

evDFunApp' :: DFunId -> [Type] -> [EvTerm] -> EvTerm
evDFunApp' = EvDFunApp

evCast' :: EvTerm -> TcCoercionR -> EvTerm
evCast' = EvCast

terms :: String -> Type -> Type -> [EvTerm]
terms s t1 t2 = [evByFiat s t1 t2]