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

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

Language.C.Quote.Base

Description

 

Synopsis

Documentation

class ToIdent a where Source

An instance of ToIndent can be converted to a Id.

Methods

toIdent :: a -> SrcLoc -> Id Source

qqExp :: Typeable a => a -> Maybe (Q Exp) Source

qqPat :: Typeable a => a -> Maybe (Q Pat) Source