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.

  1. makeSequence :: Name -> Q Exp

    deriving-compat Data.Traversable.Deriving

    Generates a lambda expression which behaves like sequence (without requiring a Traversable instance).

  2. makeSequenceA :: Name -> Q Exp

    deriving-compat Data.Traversable.Deriving

    Generates a lambda expression which behaves like sequenceA (without requiring a Traversable instance).

  3. makeSequenceAOptions :: FFTOptions -> Name -> Q Exp

    deriving-compat Data.Traversable.Deriving

    Like makeSequenceA, but takes an FFTOptions argument.

  4. makeSequenceOptions :: FFTOptions -> Name -> Q Exp

    deriving-compat Data.Traversable.Deriving

    Like makeSequence, but takes an FFTOptions argument.

  5. type family IsEQ (e :: Ordering) :: Bool

    generic-random Generic.Random.Internal.BaseCase

    No documentation available.

  6. request :: Method -> ByteString -> [Header] -> ByteString -> WaiSession st SResponse

    hspec-wai Test.Hspec.Wai

    Perform a request to the application under test, with specified HTTP method, request path, headers and body.

  7. bodyEquals :: Body -> MatchBody

    hspec-wai Test.Hspec.Wai.Matcher

    No documentation available.

  8. 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]]
    

  9. 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]]
    

  10. SequenceNum :: Int -> T

    midi Sound.MIDI.File.Event.Meta

    No documentation available.

Page 335 of many | Previous | Next