CurryInfo: exact-print-2.0.0 / Curry.ExactPrint.ppTool

definition: Info
 
ppTool :: Maybe Tool -> String -> String
ppTool Nothing  opts = opts
ppTool (Just (KnownTool t)) opts = case t of
  KICS2         -> "_KICS2 "       ++ opts
  PAKCS         -> "_PAKCS "       ++ opts
  CYMAKE        -> "_CYMAKE "      ++ opts
  FRONTEND      -> "_FRONTEND "    ++ opts
ppTool (Just (UnknownTool s)) opts = "_" ++ s ++ " " ++ opts
demand: Info
 argument 1
deterministic: Info
 deterministic operation
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({Nothing},_) |-> _ || ({Just},_) |-> _}
name: Info
 ppTool
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Maybe Curry.Types.Tool -> String -> String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms