definition: |
emptyPackage :: Package emptyPackage = Package { name = "" , version = initialVersion , author = [] , maintainer = [] , synopsis = "" , description = Nothing , category = [] , license = Nothing , licenseFile = Nothing , copyright = Nothing , homepage = Nothing , bugReports = Nothing , repository = Nothing , dependencies = [] , compilerCompatibility = [] , source = Nothing , sourceDirs = [] , exportedModules = [] , configModule = Nothing , executableSpec = [] , testSuite = Nothing , documentation = Nothing } |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- An empty package specification. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {Package}} |
name: |
emptyPackage |
precedence: |
no precedence defined |
result-values: |
{Package} |
signature: |
Package |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |