Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. _amplifyBranchEnvironmentVariables :: AmplifyBranch -> Maybe [AmplifyBranchEnvironmentVariable]

    stratosphere Stratosphere.Resources.AmplifyBranch

    No documentation available.

  2. abEnvironmentVariables :: Lens' AmplifyBranch (Maybe [AmplifyBranchEnvironmentVariable])

    stratosphere Stratosphere.Resources.AmplifyBranch

    http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-environmentvariables

  3. inspectTVar :: forall (n :: Type -> Type) a . ModelTVar n a -> Invariant n a

    tasty-dejafu Test.Tasty.DejaFu

    Read the content of a TVar. This is essentially readTVar.

  4. substVarsWith :: [Name] -> Type -> Type -> Type

    th-extras Language.Haskell.TH.Extras

    Assuming that we're building an instance of the form C (T v_1 ... v_(n-1)) for some GADT T, this function takes a list of the variables v_1 ... v_(n-1) used in the instance head, as well as the result type of some data constructor, say T x_1 ... x_(n-1) x_n, as well as the type t of some argument to it, and substitutes any of x_i (1 <= i <= n-1) occurring in t for the corresponding v_i, taking care to avoid name capture by foralls in t.

  5. newDefaultTVar :: Default a => STM (TVar a)

    tools-yj Control.Concurrent.STM.ToolsYj

    No documentation available.

  6. readModifyTVar :: TVar a -> (a -> a) -> STM a

    tools-yj Control.Concurrent.STM.ToolsYj

    No documentation available.

  7. testVarOver :: (Monad m, MonadIO m, Show b) => VarT m a b -> [a] -> m ()

    varying Control.Varying.Core

    Run a var in IO over some input, printing the output each step. This is the function we've been using throughout this documentation.

  8. getVariantSpec :: Int32 -> ByteString -> (VariantSpec, ByteString)

    vivid-supercollider Vivid.SC.SynthDef.Literally

    No documentation available.

  9. getVariantSpec' :: Int32 -> Get VariantSpec

    vivid-supercollider Vivid.SC.SynthDef.Literally

    No documentation available.

  10. putVariantSpec' :: VariantSpec -> Put

    vivid-supercollider Vivid.SC.SynthDef.Literally

    No documentation available.

Page 77 of many | Previous | Next