packages feed

feldspar-compiler-0.2: Feldspar/Compiler.hs

module Feldspar.Compiler
    ( compile
    , icompile
    , icompile'
    , defaultOptions
    , unrollOptions
    , c99Options
    , noSimplification
    , noPrimitiveInstructionHandling
    ) where

import Feldspar.Compiler.Compiler