Home
last modified time | relevance | path

Searched refs:raw_res_ty (Results 1 – 2 of 2) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DDsCCall.hs103 raw_res_ty = case tcSplitIOType_maybe result_ty of function
108 the_fcall = CCall (mkCCallSpec target CCallConv may_gc raw_res_ty arg_tys)
H A DDsForeign.hs255 raw_res_ty = case tcSplitIOType_maybe io_res_ty of function
258 isVoidRes = raw_res_ty `eqType` unitTy
261 | otherwise = toCType raw_res_ty