CurryInfo: contracts-3.1.0 / Contract.Names.fromPreCondName

definition:
fromPreCondName :: String -> String
fromPreCondName f =
  let rf = reverse f
   in reverse (drop (if take 4 rf == "erp'" then 4 else 0) rf)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Drop the precondition suffix "'pre" from the name:
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
fromPreCondName
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