Home
last modified time | relevance | path

Searched defs:typeRepTyCon (Results 1 – 2 of 2) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/libraries/base/Data/
H A DTypeable.hs190 typeRepTyCon = I.someTypeRepTyCon function
/dports/lang/ghc/ghc-8.10.7/libraries/base/Data/Typeable/
H A DInternal.hs557 typeRepTyCon TrType = tyConTYPE function
558 typeRepTyCon (TrTyCon {trTyCon = tc}) = tc function
559 typeRepTyCon (TrApp {trAppFun = a}) = typeRepTyCon a function
560 typeRepTyCon (TrFun {}) = typeRepTyCon $ typeRep @(->) function