Hoogle Search
Within LTS Haskell 24.24 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
newtype
ReflectedApplicative (f :: k -> Type) (s :: k1) (a :: k)reflection Data.Reflection No documentation available.
ReflectedApplicative :: f a -> ReflectedApplicative (f :: k -> Type) (s :: k1) (a :: k)reflection Data.Reflection No documentation available.
data
ReifiedApplicative (f :: Type -> Type)reflection Data.Reflection No documentation available.
-
reflection Data.Reflection No documentation available.
-
reflection Data.Reflection No documentation available.
peekApplicative :: (Applicative f, Traversable f, Storable a) => Ptr (f a) -> IO (f a)storable-record Foreign.Storable.Traversable Like peek but uses pure for construction of the result. pure would be in class Pointed if that would exist. Thus we use the closest approximate Applicative.
class
RecApplicative (rs :: [u])vinyl Data.Vinyl.Core Given a section of some functor, records in that functor of any size are inhabited.
class
PApplicative (f :: Type -> Type)singletons-base Control.Applicative.Singletons No documentation available.
class SFunctor f =>
SApplicative (f :: Type -> Type)singletons-base Control.Applicative.Singletons No documentation available.
class
PApplicative (f :: Type -> Type)singletons-base Data.Singletons.Base.TH No documentation available.