Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
formatCookieExpires :: UTCTime -> ByteStringcookie Web.Cookie Format a UTCTime for a cookie.
forgivingAbsence :: (MonadIO m, MonadCatch m) => m a -> m (Maybe a)path-io Path.IO If argument of the function throws a doesNotExistErrorType, Nothing is returned (other exceptions propagate). Otherwise the result is returned inside a Just.
forAll :: forall (m :: Type -> Type) a . Testable m a => a -> Property mtasty-smallcheck Test.Tasty.SmallCheck Set the universal quantification context.
forkPingThread :: Connection -> Int -> IO ()websockets Network.WebSockets Deprecated: Use withPingThread instead
forkPingThread :: Connection -> Int -> IO ()websockets Network.WebSockets.Connection Deprecated: Use withPingThread instead
foreignName :: Foreign -> Namehaskell-src-meta Language.Haskell.Meta.Utils No documentation available.
-
linear Linear.Matrix Solve a linear system with a lower-triangular matrix of coefficients with forwards substitution.
-
linear Linear.Matrix Solve a linear system with a lower-triangular matrix of coefficients with forwards substitution, using the vector's Finite instance to provide an index.
force :: forall (f :: Type -> Type) a . T f a -> T f anon-empty Data.NonEmpty Force immediate generation of Cons.
-
optics-core Optics.Fold A version of traverseOf_ with the arguments flipped.