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

Maintainermainland@cs.drexel.edu
Safe HaskellNone

Language.C.Quote.ObjC

Description

 

Synopsis

Documentation

class ToIdent a whereSource

An instance of ToIndent can be converted to a Id.

Methods

toIdent :: a -> SrcLoc -> IdSource

class ToConst a whereSource

An instance of ToConst can be converted to a Const.

Methods

toConst :: a -> SrcLoc -> ConstSource

class ToExp a whereSource

An instance of ToExp can be converted to a Exp.

Methods

toExp :: a -> SrcLoc -> ExpSource