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.

  1. setTyped :: HasType a s => a -> s -> s

    generic-optics Data.Generics.Product.Typed

    Set field at type.

  2. setRepoSecretEncryptedValue :: SetRepoSecret -> !Text

    github GitHub.Data.Actions.Secrets

    No documentation available.

  3. setRepoSecretPublicKeyId :: SetRepoSecret -> !Text

    github GitHub.Data.Actions.Secrets

    No documentation available.

  4. setSecretEncryptedValue :: SetSecret -> !Text

    github GitHub.Data.Actions.Secrets

    No documentation available.

  5. setSecretPublicKeyId :: SetSecret -> !Text

    github GitHub.Data.Actions.Secrets

    No documentation available.

  6. setSecretSelectedRepositoryIds :: SetSecret -> !Maybe [Id Repo]

    github GitHub.Data.Actions.Secrets

    No documentation available.

  7. setSecretVisibility :: SetSecret -> !Text

    github GitHub.Data.Actions.Secrets

    No documentation available.

  8. setSelectedRepositoriesRepositoryIds :: SetSelectedRepositories -> ![Id Repo]

    github GitHub.Data.Actions.Secrets

    No documentation available.

  9. setElem :: forall (i :: Nat) (j :: Nat) (m :: Nat) (n :: Nat) a . (KnownNat i, KnownNat j, 1 <= i, i <= m, 1 <= j, j <= n) => a -> Matrix m n a -> Matrix m n a

    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)

  10. setSize :: forall (newM :: Nat) (newN :: Nat) (m :: Nat) (n :: Nat) a . (KnownNat newM, KnownNat newN, 1 <= newM, 1 <= newN) => a -> Matrix m n a -> Matrix newM newN a

    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.

Page 60 of many | Previous | Next