Safe Haskell | None |
---|---|
Language | GHC2021 |
Effectful.Environment.Utils
Description
Since: 0.1
Synopsis
- data QueryExePath
- = NoQuery
- | QueryResult (Maybe FilePath)
Documentation
data QueryExePath Source #
Result of querying for the executable path.
Since: 0.1
Constructors
NoQuery | If the system does not provide a reliable way to determine the current executable. Since: 0.1 |
QueryResult (Maybe FilePath) | The result of querying the executable name. Since: 0.1 |