CurryInfo: contracts-3.1.0 / Contract.Names.fromPostCondName

definition:
fromPostCondName :: String -> String
fromPostCondName f =
  let rf = reverse f
   in reverse (drop (if take 5 rf == "tsop'" then 5 else 0) rf)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Drop the postcondition suffix "'post" from the name:
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
fromPostCondName
precedence:
no precedence defined
result-values:
_
signature:
String -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms