Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
deriving-compat Data.Traversable.Deriving Generates a lambda expression which behaves like sequence (without requiring a Traversable instance).
makeSequenceA :: Name -> Q Expderiving-compat Data.Traversable.Deriving Generates a lambda expression which behaves like sequenceA (without requiring a Traversable instance).
makeSequenceAOptions :: FFTOptions -> Name -> Q Expderiving-compat Data.Traversable.Deriving Like makeSequenceA, but takes an FFTOptions argument.
makeSequenceOptions :: FFTOptions -> Name -> Q Expderiving-compat Data.Traversable.Deriving Like makeSequence, but takes an FFTOptions argument.
type family
IsEQ (e :: Ordering) :: Boolgeneric-random Generic.Random.Internal.BaseCase No documentation available.
request :: Method -> ByteString -> [Header] -> ByteString -> WaiSession st SResponsehspec-wai Test.Hspec.Wai Perform a request to the application under test, with specified HTTP method, request path, headers and body.
bodyEquals :: Body -> MatchBodyhspec-wai Test.Hspec.Wai.Matcher No documentation available.
subsequences :: Infinite a -> Infinite [a]infinite-list Data.List.Infinite Generate an infinite list of all finite subsequences of the argument.
>>> take 8 (subsequences (0...)) [[],[0],[1],[0,1],[2],[0,2],[1,2],[0,1,2]]
subsequences1 :: Infinite a -> Infinite (NonEmpty a)infinite-list Data.List.Infinite Generate an infinite list of all non-empty finite subsequences of the argument.
>>> take 7 (subsequences1 (0...)) [0 :| [],1 :| [],0 :| [1],2 :| [],0 :| [2],1 :| [2],0 :| [1,2]]
-
midi Sound.MIDI.File.Event.Meta No documentation available.