Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
pattern TY_typedef :: String -> Type Source #
pattern TY_void_ptr :: Type Source #
pattern TY_uint8_t_arr :: Type Source #
pattern TY_uint8_t_ptr :: Type Source #
pattern TY_char_arr :: Type Source #
pattern TY_char_ptr :: Type Source #
pattern TY_struct_ptr :: String -> Type Source #
pattern TY_sockaddr_storage_ptr :: Type Source #
pattern TY_sockaddr_ptr :: Type Source #
pattern TY_sockaddr_in_ptr :: Type Source #
pattern TY_sockaddr_in6_ptr :: Type Source #
pattern TY_canon_bool :: Type Source #
pattern ArrayTypeSize :: Expr -> Type Source #
pattern FunPtrParams :: [ParamDecl] -> Type Source #
pattern FunDeclParams :: [ParamDecl] -> IdentDecl Source #
isIntegral :: Type -> Bool Source #
isFloating :: Type -> Bool Source #