This module contains definition of constants to obtain information concerning the current distribution of the Curry implementation, e.g., compiler version, run-time version, installation directory.
Exported Functions: baseVersion, curryCompiler, curryCompilerMajorVersion, curryCompilerMinorVersion, curryCompilerRevisionVersion, curryRuntime, curryRuntimeMajorVersion, curryRuntimeMinorVersion, installDir
The name of the Curry compiler (e.g., "pakcs" or "kics2").
curryCompilerMajorVersion
:: Int
The major version number of the Curry compiler.
curryCompilerMinorVersion
:: Int
The minor version number of the Curry compiler.
curryCompilerRevisionVersion
:: Int
The revision version number of the Curry compiler.
The name of the run-time environment (e.g., "sicstus", "swi", or "ghc")
curryRuntimeMajorVersion
:: Int
The major version number of the Curry run-time environment.
curryRuntimeMinorVersion
:: Int
The minor version number of the Curry run-time environment.
The version number of the base libraries (e.g., "1.0.5").
installDir
:: String
Path of the main installation directory of the Curry compiler.