CurryInfo: currycheck-4.0.0 / DefaultRuleUsage.fromDefaultName

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