Hoogle Search
Within Stackage Nightly 2025-09-28 (ghc-9.12.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setTyped :: HasType a s => a -> s -> sgeneric-optics Data.Generics.Product.Typed Set field at type.
setRepoSecretEncryptedValue :: SetRepoSecret -> !Textgithub GitHub.Data.Actions.Secrets No documentation available.
setRepoSecretPublicKeyId :: SetRepoSecret -> !Textgithub GitHub.Data.Actions.Secrets No documentation available.
setSecretEncryptedValue :: SetSecret -> !Textgithub GitHub.Data.Actions.Secrets No documentation available.
setSecretPublicKeyId :: SetSecret -> !Textgithub GitHub.Data.Actions.Secrets No documentation available.
setSecretSelectedRepositoryIds :: SetSecret -> !Maybe [Id Repo]github GitHub.Data.Actions.Secrets No documentation available.
setSecretVisibility :: SetSecret -> !Textgithub GitHub.Data.Actions.Secrets No documentation available.
setSelectedRepositoriesRepositoryIds :: SetSelectedRepositories -> ![Id Repo]github GitHub.Data.Actions.Secrets No documentation available.
-
matrix-static Data.Matrix.Static Replace the value of a cell in a matrix. The position to be replaced is given by TypeLevel Nats. To use this, use -XDataKinds and -XTypeApplications. Example: setElem 1 2 0 (1 2 3) = (1 0 3)
-
matrix-static Data.Matrix.Static Set the size of a matrix to given parameters. Use a default element for undefined entries if the matrix has been extended.