CurryInfo: ertools-3.0.0 / ERD2Curry.erd2curryWithDBandERD

definition: Info
 
erd2curryWithDBandERD :: String -> String -> IO ()
erd2curryWithDBandERD dbname erfile =
  startERD2Curry
    (Just defaultEROptions
             { optStorage = SQLite dbname, optERProg = erfile })
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Runs ERD2Curry with a given database and ERD program.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 erd2curryWithDBandERD
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 String -> String -> Prelude.IO ()
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term