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.
_amplifyBranchEnvironmentVariables :: AmplifyBranch -> Maybe [AmplifyBranchEnvironmentVariable]stratosphere Stratosphere.Resources.AmplifyBranch No documentation available.
abEnvironmentVariables :: Lens' AmplifyBranch (Maybe [AmplifyBranchEnvironmentVariable])stratosphere Stratosphere.Resources.AmplifyBranch inspectTVar :: forall (n :: Type -> Type) a . ModelTVar n a -> Invariant n atasty-dejafu Test.Tasty.DejaFu Read the content of a TVar. This is essentially readTVar.
substVarsWith :: [Name] -> Type -> Type -> Typeth-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.
newDefaultTVar :: Default a => STM (TVar a)tools-yj Control.Concurrent.STM.ToolsYj No documentation available.
readModifyTVar :: TVar a -> (a -> a) -> STM atools-yj Control.Concurrent.STM.ToolsYj No documentation available.
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.
getVariantSpec :: Int32 -> ByteString -> (VariantSpec, ByteString)vivid-supercollider Vivid.SC.SynthDef.Literally No documentation available.
getVariantSpec' :: Int32 -> Get VariantSpecvivid-supercollider Vivid.SC.SynthDef.Literally No documentation available.
putVariantSpec' :: VariantSpec -> Putvivid-supercollider Vivid.SC.SynthDef.Literally No documentation available.