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

definition: Info
 
storeERDFromProgram :: String -> IO String
storeERDFromProgram progfile = do
  erd <- readERDFromProgram progfile
  fname <- writeERDTermFile erd
  putStrLn $ "ERD term file '" ++ fname ++ "' written."
  return fname
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
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: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 storeERDFromProgram
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 String -> Prelude.IO String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term