CurryInfo: ertools-3.0.0 / ERD2Curry.erd2curryWithDBandERD

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