Safe Haskell | None |
---|---|
Language | Haskell2010 |
Agda.Setup
Description
Agda's self-setup.
Synopsis
- getAgdaAppDir :: IO FilePath
- getDataDir :: IO FilePath
- getDataFileName :: FilePath -> IO FilePath
- setup :: Bool -> IO ()
Documentation
getAgdaAppDir :: IO FilePath Source #
Get the path to ~/.agda
(system-specific).
Can be overwritten by the AGDA_DIR
environment variable.
(This is not to be confused with the directory getDataDir
for the data files
that Agda needs (e.g. the primitive modules).)
getDataDir :: IO FilePath Source #
getDataFileName :: FilePath -> IO FilePath Source #
This overrides the getDataFileName
from 'Paths_Agda'
.