Hoogle Search
Within LTS Haskell 24.48 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
formatStrideForWidth :: Format -> Int -> Intgi-cairo-render GI.Cairo.Render This function provides a stride value that will respect all alignment requirements of the accelerated image-rendering code within cairo.
formEncodeDatalist :: (HasCallStack, MonadIO m) => Data -> m Textgi-soup3 GI.Soup.Functions Encodes formDataSet into a value of type "application/x-www-form-urlencoded". Encodes as defined in the HTML 4.01 spec. Unlike [funcformEncodeHash], this preserves the ordering of the form elements, which may be required in some situations. See also: [ctormessage.new_from_encoded_form].
formEncodeHash :: (HasCallStack, MonadIO m) => Map Text Text -> m Textgi-soup3 GI.Soup.Functions Encodes formDataSet into a value of type "application/x-www-form-urlencoded". Encodes as defined in the HTML 4.01 spec. Note that the HTML spec states that "The control names/values are listed in the order they appear in the document." Since this method takes a hash table, it cannot enforce that; if you care about the ordering of the form fields, use [funcformEncodeDatalist]. See also: [ctormessage.new_from_encoded_form].
forksForR :: forall (k :: RW) . Name Owner -> Name Repo -> FetchCount -> Request k (Vector Repo)github GitHub List forks. See https://developer.github.com/v3/repos/forks/#list-forks
forkExistingRepoR :: Name Owner -> Name Repo -> Maybe (Name Owner) -> Request 'RW Repogithub GitHub.Endpoints.Repos Fork an existing repository. See https://developer.github.com/v3/repos/forks/#create-a-fork TODO: The third paramater (an optional Organisation) is not used yet.
forksForR :: forall (k :: RW) . Name Owner -> Name Repo -> FetchCount -> Request k (Vector Repo)github GitHub.Endpoints.Repos.Forks List forks. See https://developer.github.com/v3/repos/forks/#list-forks
formatISO8601 :: UTCTime -> Stringgithub GitHub.Internal.Prelude Formats a time in ISO 8601, with up to 12 second decimals. This is the formatTime format %FT%T%Q == %%Y-%m-%dT%%H:%M:%S%Q.
forkProject :: Project -> GitLab (Either (Response ByteString) (Maybe Project))gitlab-haskell GitLab.API.Projects Forks a project into the user namespace of the authenticated user or the one provided.
forkRelation :: Project -> Project -> GitLab (Either (Response ByteString) (Maybe Project))gitlab-haskell GitLab.API.Projects Allows modification of the forked relationship between existing projects. Available only for project owners and administrators.
forallTerm :: TypedSymbol 'ConstantKind t -> Term Bool -> Term Boolgrisette Grisette.Internal.SymPrim.Prim.Internal.Term Construct and internalizing a ForallTerm.