CurryInfo: icurry-3.2.0 / ICurry.Compiler.icCompile

definition: Info
 
icCompile :: ICOptions -> String -> IO IProg
icCompile opts p = do
  printStatus opts $ "Reading FlatCurry program '" ++ p ++ "'..."
  prog <- readFlatCurryWithParseOptions p (optFrontendParams opts)
  flatCurry2ICurry opts prog
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
---------------------------------------------------------------------------
Generates an ICurry program by reading a FlatCurry program and
compiling it to ICurry.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 icCompile
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 ICurry.Options.ICOptions -> String -> Prelude.IO ICurry.Types.IProg
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term