module Feldspar.Compiler ( compile , icompile , icompile' , icompileWithInfos_ , getProgram , forPrg , ifPrg , switchPrg , assignPrg , defaultOptions , c99PlatformOptions , tic64xPlatformOptions , unrollOptions , noPrimitiveInstructionHandling ) where import Feldspar.Compiler.Compiler