Configuration parameters of the CPM querying tool.
Author: Michael Hanus
Version: January 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.
|
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 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.
|