CurryInfo: verify-non-fail-2.0.0 / Verify.ESMT.showTPSubst

definition: Info
 
showTPSubst :: TPSubst -> String
showTPSubst ts =
  "{ " ++
  intercalate ", " (map (\(i,s) -> show i ++ " |-> " ++ show s) (FM.toList ts))
  ++ " }"
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Shows a type substitution.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 showTPSubst
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Data.Map.Map String Sort -> String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term