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.
setIncludeDirs :: [FilePath] -> AbsolutePath -> TCM ()Agda Agda.TypeChecking.Monad.Options Makes the given directories absolute and stores them as include directories. If the include directories change, then the state is reset (completely, except for the include directories and some other things). An empty list is interpreted as ["."].
setLibraryIncludes :: CommandLineOptions -> TCM CommandLineOptionsAgda Agda.TypeChecking.Monad.Options No documentation available.
setLibraryPaths :: AbsolutePath -> CommandLineOptions -> TCM CommandLineOptionsAgda Agda.TypeChecking.Monad.Options No documentation available.
setOptionsFromPragma :: OptionsPragma -> TCM ()Agda Agda.TypeChecking.Monad.Options Set pragma options without checking for consistency.
setOptionsFromPragma' :: Bool -> OptionsPragma -> TCM ()Agda Agda.TypeChecking.Monad.Options No documentation available.
setPragmaOptions :: PragmaOptions -> TCM ()Agda Agda.TypeChecking.Monad.Options Sets the pragma options. Checks for unsafe combinations.
setArgOccurrences :: MonadTCState m => QName -> [Occurrence] -> m ()Agda Agda.TypeChecking.Monad.Signature Sets the defArgOccurrences for the given identifier (which should already exist in the signature).
setCompiledArgUse :: QName -> [ArgUsage] -> TCM ()Agda Agda.TypeChecking.Monad.Signature No documentation available.
setCompiledClauses :: QName -> CompiledClauses -> TCM ()Agda Agda.TypeChecking.Monad.Signature Set CompiledClauses of a defined function symbol.
setErasedConArgs :: QName -> [Bool] -> TCM ()Agda Agda.TypeChecking.Monad.Signature No documentation available.