CurryInfo: ertools-3.0.0 / Database.ERD.Goodies.storeERDFromProgram

definition:
storeERDFromProgram :: String -> IO String
storeERDFromProgram progfile = do
  erd <- readERDFromProgram progfile
  fname <- writeERDTermFile erd
  putStrLn $ "ERD term file '" ++ fname ++ "' written."
  return fname
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Writes the ERD defined in a Curry program (as a top-level operation
--- of type `Database.ERD.ERD`) in a term file and return the name of
--- the term file.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
storeERDFromProgram
precedence:
no precedence defined
result-values:
_
signature:
String -> Prelude.IO String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term