feldspar-compiler-0.4.0.2: Compiler for the Feldspar language

Feldspar.Compiler.Backend.C.CodeGeneration

Documentation

class ToC a whereSource

Methods

toC :: Options -> Place -> a -> StringSource

Instances

class HasType a whereSource

Methods

typeof :: a -> TypeSource

ind :: (a -> String) -> a -> StringSource

listprint :: (a -> String) -> String -> [a] -> StringSource