language-c-quote-0.7.4: C/CUDA/OpenCL/Objective-C quasiquoting library.

Maintainermainland@cs.drexel.edu
Safe HaskellNone

Language.C.Quote.OpenCL

Description

 

Synopsis

Documentation

class ToExp a whereSource

An instance of ToExp can be converted to a Exp.

Methods

toExp :: a -> SrcLoc -> ExpSource