Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
base Data.Functor.Classes A possible replacement definition for the liftReadList2 method. This is only needed for Read2 instances where liftReadListPrec2 isn't defined as liftReadListPrec2Default.
liftReadListDefault :: Read1 f => (Int -> ReadS a) -> ReadS [a] -> ReadS [f a]base Data.Functor.Classes A possible replacement definition for the liftReadList method. This is only needed for Read1 instances where liftReadListPrec isn't defined as liftReadListPrecDefault.
liftReadListPrec :: Read1 f => ReadPrec a -> ReadPrec [a] -> ReadPrec [f a]base Data.Functor.Classes readListPrec function for an application of the type constructor based on readPrec and readListPrec functions for the argument type. The default definition uses liftReadList. Instances that define liftReadPrec should also define liftReadListPrec as liftReadListPrecDefault.
-
base Data.Functor.Classes readListPrec function for an application of the type constructor based on readPrec and readListPrec functions for the argument types. The default definition uses liftReadList2. Instances that define liftReadPrec2 should also define liftReadListPrec2 as liftReadListPrec2Default.
-
base Data.Functor.Classes A possible replacement definition for the liftReadListPrec2 method, defined using liftReadPrec2.
liftReadListPrecDefault :: Read1 f => ReadPrec a -> ReadPrec [a] -> ReadPrec [f a]base Data.Functor.Classes A possible replacement definition for the liftReadListPrec method, defined using liftReadPrec.
liftReadPrec :: Read1 f => ReadPrec a -> ReadPrec [a] -> ReadPrec (f a)base Data.Functor.Classes readPrec function for an application of the type constructor based on readPrec and readListPrec functions for the argument type.
-
base Data.Functor.Classes readPrec function for an application of the type constructor based on readPrec and readListPrec functions for the argument types.
liftReadsPrec :: Read1 f => (Int -> ReadS a) -> ReadS [a] -> Int -> ReadS (f a)base Data.Functor.Classes readsPrec function for an application of the type constructor based on readsPrec and readList functions for the argument type.
-
base Data.Functor.Classes readsPrec function for an application of the type constructor based on readsPrec and readList functions for the argument types.