Hoogle Search
Within Stackage Nightly 2025-10-12 (ghc-9.12.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
-
mergeful-persistent Data.Mergeful.Persistent Set up a client store. You shouldn't need this.
-
mergeful-persistent Data.Mergeful.Persistent Set up the server store You shouldn't need this.
-
mergeless-persistent Data.Mergeless.Persistent Setup a client store You shouldn't need this.
-
mergeless-persistent Data.Mergeless.Persistent Set up a server store in the database. You shouldn't need this. This uses insertKey function and is therefore unsafe.
-
mergeless-persistent Data.Mergeless.Persistent Setup an unsynced client store You shouldn't need this.
set' :: ASetter' s a -> a -> s -> smicroformats2-parser Data.Microformats2.Parser.Util Replace the target of a Lens or all of the targets of a Setter' or Traversal with a constant value, without changing its type. This is a type restricted version of set, which retains the type of the original.
>>> set' mapped x [a,b,c,d] [x,x,x,x]
>>> set' _2 "hello" (1,"world") (1,"hello")
>>> set' mapped 0 [1,2,3,4] [0,0,0,0]
Note: Attempting to adjust set' a Fold or Getter will fail at compile time with an relatively nice error message.set' :: Setter' s a -> a -> s -> s set' :: Iso' s a -> a -> s -> s set' :: Lens' s a -> a -> s -> s set' :: Traversal' s a -> a -> s -> s