Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Change functions return when integral #25

@zhensydow

Description

@zhensydow

There is a lot of functions having signature:

clGetXXXYYY :: CLXXXID -> IO CLuint

Should the signature be with Integral a instead? Like:

clGetXXXYYY :: Integral a => CLXXXID -> IO a

Think about it,

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions