definition: |
copyOrMakeDoc :: DocOptions -> Bool -> String -> String -> IO () copyOrMakeDoc docopts recursive docdir modname = do hasCopied <- copyDocIfPossible docopts docdir modname unless hasCopied $ makeDoc docopts recursive docdir modname |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
indeterministic: |
might be indeterministic |
infix: |
no fixity defined |
iotype: |
{(_,_,_,_) |-> _} |
name: |
copyOrMakeDoc |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
CurryDoc.Options.DocOptions -> Prelude.Bool -> String -> String -> Prelude.IO () |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |