Hoogle Search

Within LTS Haskell 24.22 (ghc-9.10.3)

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

  1. singleton :: Time -> TimeInterval

    chronos Chronos

    The singleton (degenerate) TimeInterval.

  2. singleton :: a -> Vec 1 a

    clash-prelude Clash.Explicit.Prelude

    Create a vector of one element

    >>> singleton 5
    5 :> Nil
    

  3. singleton :: a -> Vec 1 a

    clash-prelude Clash.Explicit.Prelude.Safe

    Create a vector of one element

    >>> singleton 5
    5 :> Nil
    

  4. singleton :: a -> Vec 1 a

    clash-prelude Clash.Prelude

    Create a vector of one element

    >>> singleton 5
    5 :> Nil
    

  5. singleton :: a -> Vec 1 a

    clash-prelude Clash.Prelude.Safe

    Create a vector of one element

    >>> singleton 5
    5 :> Nil
    

  6. singleton :: a -> Vec 1 a

    clash-prelude Clash.Sized.Vector

    Create a vector of one element

    >>> singleton 5
    5 :> Nil
    

  7. singleton :: Storable a => a -> Array () a

    comfort-blas Numeric.BLAS.Vector

    \x  ->  Array.singleton x ! () == (x::Word16)
    

  8. singleton :: Integer -> IntegerInterval

    data-interval Data.IntegerInterval

    singleton set [x,x]

  9. singleton :: Ord r => r -> Interval r

    data-interval Data.Interval

    singleton set [x,x]

  10. singleton :: Ord k => Interval k -> a -> IntervalMap k a

    data-interval Data.IntervalMap.Lazy

    A map with a single interval.

Page 30 of many | Previous | Next