CurryInfo: prolog2curry-1.2.0 / Language.Prolog.ToCurry.initState

definition:
initState :: String -> TransState
initState mname =
  TransState mname 1 False "" False False True True False True True True "" []
             [] [] [] [] initResultArgs
 where
  initResultArgs = [(("is",2),[1])]
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Returns an initial transformation state for a given module name.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {TransState}}
name:
initState
precedence:
no precedence defined
result-values:
{TransState}
signature:
String -> TransState
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms