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.
loopFirst :: Pattern a -> Pattern atidal Sound.Tidal.Boot Takes a pattern and loops only the first cycle of the pattern. For example, the following code will only play the bass drum sample:
d1 $ loopFirst $ s "<<bd*4 ht*8> cp*4>"
This function combines with sometimes to insert events from the first cycle randomly into subsequent cycles of the pattern:d1 $ sometimes loopFirst $ s "<<bd*4 ht*8> cp*4>"
streamFirst :: Stream -> ControlPattern -> IO ()tidal Sound.Tidal.Boot No documentation available.
streamFirst :: ControlPattern -> Op ()tidal Sound.Tidal.Safe.Context No documentation available.
streamFirst :: Stream -> ControlPattern -> IO ()tidal Sound.Tidal.Stream.UI No documentation available.
atFirstDayOfWeekOnAfter :: DayOfWeek -> LocalTime -> LocalTimetztime Data.Time.TZTime Moves the date to the next given DayOfWeek. If the current date is already a match, then the current date is returned unmodified.
>>> tzt = [tz|2022-02-24 10:00:00 [Europe/London]|] >>> tzt & modifyLocal (atFirstDayOfWeekOnAfter Thursday) 2022-02-24 10:00:00 +00:00 [Europe/London] >>> tzt & modifyLocal (atFirstDayOfWeekOnAfter Wednesday) 2022-03-02 10:00:00 +00:00 [Europe/London]
solveBreadthFirst :: forall w (s :: Type -> Type) a . (C w, C s) => T w s a -> w s aunique-logic-tf UniqueLogic.ST.TF.System No documentation available.
solveDepthFirst :: forall w (s :: Type -> Type) a . (C w, C s) => T w s a -> w s aunique-logic-tf UniqueLogic.ST.TF.System No documentation available.
-
yeshql-core Database.YeshQL.Util No documentation available.
-
yeshql-core Database.YeshQL.Util No documentation available.
pageFirst :: Page a -> RenderedRouteyesod-page-cursor Yesod.Page No documentation available.