CurryInfo: cpm-3.3.0 / CPM.Package.sourceDirsOf

definition:
sourceDirsOf :: Package -> [String]
sourceDirsOf p =
  if null (sourceDirs p) then ["src"]
                         else sourceDirs p
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Gets the list of source directories of a package.
--- It is either the field `sourceDirs` (if non-empty) or `["src"]`.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
sourceDirsOf
precedence:
no precedence defined
result-values:
_
signature:
Package -> [String]
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms