CurryInfo: contracts-3.1.0 / Contract.Names.isNonFailName

definition:
isNonFailName :: String -> Bool
isNonFailName f = "'nonfail" `isSuffixOf` f
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Is this the name of a precondition?
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
isNonFailName
precedence:
no precedence defined
result-values:
_
signature:
String -> Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms