Convert
convertToHsExpr :: SrcSpan -> Exp -> Either MsgDoc (LHsExpr GhcPs) #
convertToPat :: SrcSpan -> Pat -> Either MsgDoc (LPat GhcPs) #
convertToHsDecls :: SrcSpan -> [Dec] -> Either MsgDoc [LHsDecl GhcPs] #
convertToHsType :: SrcSpan -> Type -> Either MsgDoc (LHsType GhcPs) #
thRdrNameGuesses :: Name -> [RdrName] #