CurryInfo: cpm-3.3.0 / CPM.Package.writePackageSpec

definition: Info
 
writePackageSpec :: Package -> String -> IO ()
writePackageSpec pkg file = writeFile file $ ppJSON $ packageSpecToJSON pkg
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Writes a package specification to a file in JSON format.

@param pkg the package specification to write
@param file the file name to write to
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 writePackageSpec
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Package -> 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