Configuration parameters of the CPM querying tool.
Author: Michael Hanus
Version: February 2025
defaultShowRequests
:: CurryEntity -> [String] The default requests to be shown for various kinds entities. |
curryInfoURL
:: String The URL of the curry-info
web service CGI script.
|
curryInfoCache
:: String The cache directory passed to curry-info
(if not null).
|
packageVersionRequests
:: [String] The requests to be generated for package versions. |
moduleRequests
:: [String] The requests to be generated for modules. |
classRequests
:: [String] The requests to be generated for classes. |
typeRequests
:: [String] The requests to be generated for types. |
operationRequests
:: [String] The requests to be generated for operations. |
The kind of entity in a Curry module to be queried.
Constructors:
Operation
:: CurryEntity
Type
:: CurryEntity
Class
:: CurryEntity
Unknown
:: CurryEntity
The default requests to be shown for various kinds entities. |
The URL of the
|
The cache directory passed to
|
The requests to be generated for package versions.
|
The requests to be generated for modules.
|
The requests to be generated for classes.
|
The requests to be generated for types.
|
The requests to be generated for operations.
|