CurryInfo: property-prover-2.0.0 / Common.fromNoCheckQName

definition:
 
fromNoCheckQName :: (String,String) -> (String,String)
fromNoCheckQName (mn,fn) =
  (mn, let rf = reverse fn
       in reverse (drop (if take 8 rf == "KCEHCON'" then 8 else 0) rf))
demand:
 argument 1
deterministic:
 deterministic operation
documentation:
 
Drops a possible "'NOCHECK" suffix from a qualified name.
failfree:
 _
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {({(,)}) |-> {(,)}}
name:
 fromNoCheckQName
precedence:
 no precedence defined
result-values:
 {(,)}
signature:
 (String, String) -> (String, String)
solution-complete:
 operation might suspend on free variables
terminating:
 possibly non-terminating
totally-defined:
 reducible on all ground data terms