feldspar-compiler-0.4.0.2: Compiler for the Feldspar language

Feldspar.Compiler.Backend.C.CodeGeneration

Documentation

class ToC a where

Methods

toC :: Options -> Place -> a -> String

Instances

class HasType a where

Methods

typeof :: a -> Type

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

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