CurryInfo: curry-interface-2.0.1 / CurryInterface.Pretty.ppMethodPragma

definition:
ppMethodPragma :: Options -> Ident -> Doc
ppMethodPragma opts id =
  lpragma <+> text "METHOD" <+> ppIdent opts 0 id <+> rpragma
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- pretty-print a method pragma
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
ppMethodPragma
precedence:
no precedence defined
result-values:
_
signature:
Options -> CurryInterface.Types.Ident -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term