Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
firstQuery :: MVar (SInteger, SInteger) -> MVar (SInteger, SInteger) -> Query (Maybe Integer)sbv Documentation.SBV.Examples.Queries.Concurrency In our first query we will make a constrain, solve the constraint and return the values for our variables, then we'll mutate the MVar sending information to the second query. Note that you could use channels, or TVars, or TMVars, whatever you need here, we just use MVars for demonstration purposes. Also note that this effectively creates an ordering between the children queries
firstBin :: (r -> Maybe t) -> Bin r -> Maybe ttest-fun Test.Fun.Internal.Shrink No documentation available.
firstBranches :: forall x r t . (r -> Maybe t) -> Branches x r -> Maybe ttest-fun Test.Fun.Internal.Shrink No documentation available.
firstField :: forall x r t . (r -> Maybe t) -> Fields x r -> Maybe ttest-fun Test.Fun.Internal.Shrink No documentation available.
firstFun :: forall a r t . (r -> Maybe t) -> (a :-> r) -> Maybe ttest-fun Test.Fun.Internal.Shrink No documentation available.
firstExtensionError :: ErrorCodexmonad XMonad No documentation available.
-
Agda Agda.Mimer.Options No documentation available.
firstNonTakenName :: FreshNameMode -> (Name -> Bool) -> Name -> NameAgda Agda.Syntax.Concrete.Name Get the first version of the concrete name that does not satisfy the given predicate.
firstMeta :: AllMetas a => a -> Maybe MetaIdAgda Agda.Syntax.Internal.MetaVars Returns the first meta it find in the thing, if any. firstMeta == listToMaybe . allMetasList.
firstPart :: SplitTel -> TelescopeAgda Agda.TypeChecking.Telescope No documentation available.