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.
-
sbv Data.SBV.String singleton c is the string of length 1 that contains the only character c.
>>> prove $ \c -> c .== literal 'A' .=> singleton c .== "A" Q.E.D. >>> prove $ \c -> length (singleton c) .== 1 Q.E.D.
singleton :: C bits => Int -> Set bitsset-cover Math.SetCover.BitPosition No documentation available.
-
testing-feat Test.Feat.Enumerate The definition of pure for the applicative instance.
singleton :: forall (m :: Type -> Type) a . Monad m => a -> Stream m avector-stream Data.Stream.Monadic Singleton Stream
-
what4 What4.Expr.ArrayUpdateMap No documentation available.
-
what4 What4.Expr.StringSeq No documentation available.
singleton :: (Ord k, Semigroup v) => k -> v -> a -> AnnotatedMap k v awhat4 What4.Utils.AnnotatedMap No documentation available.
singleton :: forall (w :: Natural) . (HasCallStack, 1 <= w) => NatRepr w -> Integer -> BVDomain wwhat4 What4.Utils.BVDomain Create a bitvector domain representing the integer.
singleton :: forall (w :: Natural) . (HasCallStack, 1 <= w) => NatRepr w -> Integer -> Domain wwhat4 What4.Utils.BVDomain.Arith Create a bitvector domain representing the integer.
singleton :: forall (w :: Nat) . NatRepr w -> Integer -> Domain wwhat4 What4.Utils.BVDomain.Bitwise Return a domain containing just the given value