Hoogle Search
Within LTS Haskell 24.50 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ExeNotExecutable :: ExeName -> FilePath -> ExecErrorAgda Agda.TypeChecking.Monad.Base The given file path does not have executable permissions.
TypeDoesNotEndInSort :: Type -> Telescope -> IncorrectTypeForRewriteRelationReasonAgda Agda.TypeChecking.Monad.Base No documentation available.
SigCubicalNotErasure :: SigErrorAgda Agda.TypeChecking.Monad.Signature The name is not available because it was defined in Cubical Agda, but the current language is Erased Cubical Agda, and --erasure is not active.
notSoPrettySigCubicalNotErasure :: QName -> StringAgda Agda.TypeChecking.Monad.Signature Generates a string error message corresponding to SigCubicalNotErasure for a given QName.
prettySigCubicalNotErasure :: MonadPretty m => QName -> m DocAgda Agda.TypeChecking.Monad.Signature Generates an error message corresponding to SigCubicalNotErasure for a given QName.
doubleDenotEq :: Double -> Double -> BoolAgda Agda.Utils.Float Denotational equality for floating point numbers, checks bitwise equality. NOTE: Denotational equality distinguishes NaNs, so its results may vary depending on the architecture and compilation flags. Unfortunately, this is a problem with floating-point numbers in general.
-
TCache Data.TCache.Defs No documentation available.
-
TCache Data.TCache.Triggers No documentation available.
CreateIfNotExists :: TempTableCreateModebeam-migrate Database.Beam.Migrate.TempTable Emit CREATE TEMPORARY TABLE IF NOT EXISTS. If the table already exists, do nothing.
CreateIfNotExists :: TempTableCreateModebeam-postgres Database.Beam.Postgres.TempTable Emit CREATE TEMPORARY TABLE IF NOT EXISTS. If the table already exists, do nothing.