Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/llvmGen/Llvm/
H A DTypes.hs308 pLift LMLabel = error "Labels are unliftable" function
309 pLift LMVoid = error "Voids are unliftable" function
310 pLift LMMetadata = error "Metadatas are unliftable" function
311 pLift x = LMPointer x function
/dports/lang/ghc/ghc-8.10.7/libraries/pretty/tests/
H A DTest.hs724 let pLift f cp cds = f (buildDoc cp) (buildDocList cds) function