definition: |
ppImport :: Options -> String -> Doc ppImport o m = indent o $ text "import" <+> text m |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- pretty-print a single import statement |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> _} |
name: |
ppImport |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Options -> String -> Text.PrettyImpl.Doc |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
possibly non-reducible on same data term |