language-c-quote-0.13.0.1: C/CUDA/OpenCL/Objective-C quasiquoting library.
Copyright(c) 2010-2011 Harvard University
(c) 2011-2013 Geoffrey Mainland
LicenseBSD-style
Maintainermainland@drexel.edu
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.C.Smart

Description

 

Documentation

(===) :: Exp -> Exp -> Stm infix 4 Source #

(+=) :: Exp -> Exp -> Stm infix 4 Source #

Orphan instances

Enum Exp Source # 
Instance details

Floating Exp Source # 
Instance details

Num Exp Source # 
Instance details

Fractional Exp Source # 
Instance details

Integral Exp Source # 
Instance details

Methods

quot :: Exp -> Exp -> Exp Source #

rem :: Exp -> Exp -> Exp Source #

div :: Exp -> Exp -> Exp Source #

mod :: Exp -> Exp -> Exp Source #

quotRem :: Exp -> Exp -> (Exp, Exp) Source #

divMod :: Exp -> Exp -> (Exp, Exp) Source #

toInteger :: Exp -> Integer Source #

Real Exp Source # 
Instance details