language-c-quote-0.11.7.3: 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@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.

Minimal complete definition

toIdent

Methods

toIdent :: a -> SrcLoc -> Id Source #

Instances

class ToExp a where Source #

An instance of ToExp can be converted to a Exp.

Minimal complete definition

toExp

Methods

toExp :: a -> SrcLoc -> Exp Source #

objcLit :: a -> ObjCLit a Source #

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