Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setInterface :: Interface -> TCM ()Agda Agda.Compiler.Common No documentation available.
setCommandLineOpts :: CommandLineOptions -> CommandM ()Agda Agda.Interaction.InteractionTop Sets the command line options and updates the status information.
setPragmaOptions :: LensPragmaOptions a => PragmaOptions -> a -> aAgda Agda.Interaction.Options No documentation available.
setAbsoluteIncludePaths :: LensIncludePaths a => [AbsolutePath] -> a -> aAgda Agda.Interaction.Options.Lenses No documentation available.
setCommandLineOptions :: LensCommandLineOptions a => CommandLineOptions -> a -> aAgda Agda.Interaction.Options.Lenses No documentation available.
setIncludePaths :: LensIncludePaths a => [FilePath] -> a -> aAgda Agda.Interaction.Options.Lenses No documentation available.
setPersistentVerbosity :: LensPersistentVerbosity a => PersistentVerbosity -> a -> aAgda Agda.Interaction.Options.Lenses No documentation available.
setSafeMode :: LensSafeMode a => SafeMode -> a -> aAgda Agda.Interaction.Options.Lenses No documentation available.
setVerbosity :: LensVerbosity a => Verbosity -> a -> aAgda Agda.Interaction.Options.Lenses No documentation available.
-
Agda Agda.Setup False: Check whether we need to setup Agda. This function can be called when starting up Agda. True: force a setup e.g. when passing Agda option --setup. Copies the embedded data files to the designated data directory.