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.

  1. setInterface :: Interface -> TCM ()

    Agda Agda.Compiler.Common

    No documentation available.

  2. setCommandLineOpts :: CommandLineOptions -> CommandM ()

    Agda Agda.Interaction.InteractionTop

    Sets the command line options and updates the status information.

  3. setPragmaOptions :: LensPragmaOptions a => PragmaOptions -> a -> a

    Agda Agda.Interaction.Options

    No documentation available.

  4. setAbsoluteIncludePaths :: LensIncludePaths a => [AbsolutePath] -> a -> a

    Agda Agda.Interaction.Options.Lenses

    No documentation available.

  5. setCommandLineOptions :: LensCommandLineOptions a => CommandLineOptions -> a -> a

    Agda Agda.Interaction.Options.Lenses

    No documentation available.

  6. setIncludePaths :: LensIncludePaths a => [FilePath] -> a -> a

    Agda Agda.Interaction.Options.Lenses

    No documentation available.

  7. setPersistentVerbosity :: LensPersistentVerbosity a => PersistentVerbosity -> a -> a

    Agda Agda.Interaction.Options.Lenses

    No documentation available.

  8. setSafeMode :: LensSafeMode a => SafeMode -> a -> a

    Agda Agda.Interaction.Options.Lenses

    No documentation available.

  9. setVerbosity :: LensVerbosity a => Verbosity -> a -> a

    Agda Agda.Interaction.Options.Lenses

    No documentation available.

  10. setup :: Bool -> IO ()

    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.

Page 745 of many | Previous | Next