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

Copyright(c) 2006-2011 Harvard University (c) 2011-2013 Geoffrey Mainland (c) 2013-2014 Manuel M T Chakravarty : (c) 2013-2015 Drexel University
LicenseBSD-style
Maintainermainland@cs.drexel.edu
Safe HaskellNone
LanguageHaskell98

Language.C.Quote.ObjC

Description

 

Synopsis

Documentation

class ToIdent a where Source

An instance of ToIndent can be converted to a Id.

Methods

toIdent :: a -> SrcLoc -> Id Source

class ToConst a where Source

An instance of ToConst can be converted to a Const.

Methods

toConst :: a -> SrcLoc -> Const Source

class ToExp a where Source

An instance of ToExp can be converted to a Exp.

Methods

toExp :: a -> SrcLoc -> Exp Source

objcLit :: a -> ObjCLit a Source

Indicates that a value should be treated as an Objective-C literal.