Hoogle Search
Within LTS Haskell 24.48 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
format :: TimeFormat -> Minute -> Hour -> Stringcron System.Cron.Internal.Describe.Time No documentation available.
-
cron System.Cron.Schedule Start a job-runner thread that runs a job at appropriate intervals. Each time it is run, a new thread is forked for it, meaning that a single exception does not take down the scheduler.
forMany :: forall c r (xs :: [Type]) . Collect c r xs => c r xs -> Many xs -> Collector c xs rdata-diverse Data.Diverse.Many Folds any Many, even with indistinct types. Given distinct handlers for the fields in Many, create AFoldable of the results of running the handlers over the fields in Many.
let x = (5 :: Int) ./ False ./ 'X' ./ Just 'O' ./ (6 :: Int) ./ Just 'A' ./ nil y = show @Int ./ show @Char ./ show @(Maybe Char) ./ show @Bool ./ nil afoldr (:) [] (forMany (cases y) x) `shouldBe` ["5", "False", "'X'", "Just 'O'", "6", "Just 'A'"]
-
data-diverse Data.Diverse.Many Folds any Many, even with indistinct types. Given index handlers for the fields in Many, create AFoldable of the results of running the handlers over the fields in Many.
let x = (5 :: Int) ./ False ./ 'X' ./ Just 'O' ./ (6 :: Int) ./ Just 'A' ./ nil y = show @Int ./ show @Bool ./ show @Char ./ show @(Maybe Char) ./ show @Int ./ show @(Maybe Char) ./ nil afoldr (:) [] (forManyN (casesN y) x) `shouldBe` ["5", "False", "'X'", "Just 'O'", "6", "Just 'A'"]
fore :: forall x (xs :: [Type]) . Many (x ': xs) -> Many (Init (x ': xs))data-diverse Data.Diverse.Many Return all the elements of a Many except the back one, which guaranteed to be non-empty. Analogous to init
forMany :: forall c r (xs :: [Type]) . Collect c r xs => c r xs -> Many xs -> Collector c xs rdata-diverse Data.Diverse.Many.Internal Folds any Many, even with indistinct types. Given distinct handlers for the fields in Many, create AFoldable of the results of running the handlers over the fields in Many.
let x = (5 :: Int) ./ False ./ 'X' ./ Just 'O' ./ (6 :: Int) ./ Just 'A' ./ nil y = show @Int ./ show @Char ./ show @(Maybe Char) ./ show @Bool ./ nil afoldr (:) [] (forMany (cases y) x) `shouldBe` ["5", "False", "'X'", "Just 'O'", "6", "Just 'A'"]
-
data-diverse Data.Diverse.Many.Internal Folds any Many, even with indistinct types. Given index handlers for the fields in Many, create AFoldable of the results of running the handlers over the fields in Many.
let x = (5 :: Int) ./ False ./ 'X' ./ Just 'O' ./ (6 :: Int) ./ Just 'A' ./ nil y = show @Int ./ show @Bool ./ show @Char ./ show @(Maybe Char) ./ show @Int ./ show @(Maybe Char) ./ nil afoldr (:) [] (forManyN (casesN y) x) `shouldBe` ["5", "False", "'X'", "Just 'O'", "6", "Just 'A'"]
fore :: forall x (xs :: [Type]) . Many (x ': xs) -> Many (Init (x ': xs))data-diverse Data.Diverse.Many.Internal Return all the elements of a Many except the back one, which guaranteed to be non-empty. Analogous to init
formatControl :: Control' Text -> [Text]debian Debian.Control No documentation available.
formatField :: Field' Text -> Textdebian Debian.Control No documentation available.