CurryInfo: verify-non-fail-2.0.0 / Verify.ProgInfo.readTransFlatCurry

definition: Info
 
readTransFlatCurry :: String -> IO Prog
readTransFlatCurry mname = do
  readFlatCurry mname >>= return . transformChoiceInProg . removeTopForallType
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
---------------------------------------------------------------------------
Read and transform a module in FlatCurry format.
In particular, occurrences of `Prelude.?` are transformed into
`Or` expressions and top-level `Forall` quantifiers are removed in
function signatures.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 readTransFlatCurry
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 String -> Prelude.IO FlatCurry.Types.Prog
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term