feldspar-compiler-0.6.0.2: Compiler for the Feldspar language

Safe HaskellNone

Feldspar.Compiler.Backend.C.CodeGeneration

Documentation

class ToC a where

Methods

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

Instances

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

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