CurryInfo: contracts-3.1.0 / Contract.Names.fromSpecName

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