Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. singleton :: a -> Vec ('S 'Z) a

    vec Data.Vec.Lazy.Inline

    Vec with exactly one element.

    >>> singleton True
    True ::: VNil
    

  2. singleton :: a -> Vec ('S 'Z) a

    vec Data.Vec.Pull

    Vec with exactly one element.

    >>> L.fromPull $ singleton True
    True ::: VNil
    

  3. singleton :: Word8 -> Builder

    HCodecs Codec.ByteString.Builder

    O(1). A Builder taking a single byte, satisfying

  4. singleton :: k -> v -> IntervalMap k v

    IntervalMap Data.IntervalMap.Generic.Lazy

    O(1). A map with one entry.

  5. singleton :: k -> v -> IntervalMap k v

    IntervalMap Data.IntervalMap.Generic.Strict

    O(1). A map with one entry.

  6. singleton :: k -> v -> IntervalMap k v

    IntervalMap Data.IntervalMap.Lazy

    O(1). A map with one entry.

  7. singleton :: k -> v -> IntervalMap k v

    IntervalMap Data.IntervalMap.Strict

    O(1). A map with one entry.

  8. singleton :: k -> IntervalSet k

    IntervalMap Data.IntervalSet

    O(1). A set with one entry.

  9. singleton :: BKey -> a -> BDictMap a

    bencoding Data.BEncode.BDict

    O(1). Dictionary of one key-value pair.

  10. singleton :: Word8 -> ByteSet

    byteset Data.ByteSet

    O(1). A byteset of one element.

Page 37 of many | Previous | Next