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.
singleton :: Time -> TimeIntervalchronos Chronos The singleton (degenerate) TimeInterval.
-
clash-prelude Clash.Explicit.Prelude Create a vector of one element
>>> singleton 5 5 :> Nil
-
clash-prelude Clash.Explicit.Prelude.Safe Create a vector of one element
>>> singleton 5 5 :> Nil
-
clash-prelude Clash.Prelude Create a vector of one element
>>> singleton 5 5 :> Nil
-
clash-prelude Clash.Prelude.Safe Create a vector of one element
>>> singleton 5 5 :> Nil
-
clash-prelude Clash.Sized.Vector Create a vector of one element
>>> singleton 5 5 :> Nil
singleton :: Storable a => a -> Array () acomfort-blas Numeric.BLAS.Vector \x -> Array.singleton x ! () == (x::Word16)
singleton :: Integer -> IntegerIntervaldata-interval Data.IntegerInterval singleton set [x,x]
singleton :: Ord r => r -> Interval rdata-interval Data.Interval singleton set [x,x]
singleton :: Ord k => Interval k -> a -> IntervalMap k adata-interval Data.IntervalMap.Lazy A map with a single interval.