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

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

Language.C.Quote.C

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 ToExp a where Source

An instance of ToExp can be converted to a Exp.

Methods

toExp :: a -> SrcLoc -> Exp Source