CurryInfo: base-3.4.0 / Prelude.userError

definition: Info
 
userError :: String -> IOError
userError = UserError
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
A user error value is created by providing a description of the
error situation as a string.
failfree: Info
 ()
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> {UserError}}
name: Info
 userError
precedence: Info
 no precedence defined
result-values: Info
 {UserError}
signature: Info
 [Char] -> IOError
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms