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

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

Language.C.Quote.GCC

Description

 

Synopsis

Documentation

class ToIdent a where

An instance of ToIndent can be converted to a Id.

Methods

toIdent :: a -> SrcLoc -> Id

class ToConst a where

An instance of ToConst can be converted to a Const.

Methods

toConst :: a -> SrcLoc -> Const

class ToExp a where

An instance of ToExp can be converted to a Exp.

Methods

toExp :: a -> SrcLoc -> Exp