Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. fromTextShow1 :: FromTextShow1 (f :: k -> Type) (a :: k) -> f a

    text-show TextShow

    No documentation available.

  2. fromTextShow2 :: FromTextShow2 (f :: k -> k1 -> Type) (a :: k) (b :: k1) -> f a b

    text-show TextShow

    No documentation available.

  3. liftShowbList :: TextShow1 f => (Int -> a -> Builder) -> ([a] -> Builder) -> [f a] -> Builder

    text-show TextShow

    showbList function for an application of the type constructor based on showbPrec and showbList functions for the argument type. The default implementation using standard list syntax is correct for most types. Since: 3

  4. liftShowbList2 :: TextShow2 f => (Int -> a -> Builder) -> ([a] -> Builder) -> (Int -> b -> Builder) -> ([b] -> Builder) -> [f a b] -> Builder

    text-show TextShow

    showbList function for an application of the type constructor based on showbPrec and showbList functions for the argument types. The default implementation using standard list syntax is correct for most types. Since: 3

  5. liftShowbPrec :: TextShow1 f => (Int -> a -> Builder) -> ([a] -> Builder) -> Int -> f a -> Builder

    text-show TextShow

    showbPrec function for an application of the type constructor based on showbPrec and showbList functions for the argument type. Since: 3

  6. liftShowbPrec2 :: TextShow2 f => (Int -> a -> Builder) -> ([a] -> Builder) -> (Int -> b -> Builder) -> ([b] -> Builder) -> Int -> f a b -> Builder

    text-show TextShow

    showbPrec function for an application of the type constructor based on showbPrec and showbList functions for the argument types. Since: 3

  7. liftShowtPrec :: TextShow1 f => (Int -> a -> Text) -> ([a] -> Text) -> Int -> f a -> Text

    text-show TextShow

    showtPrec function for an application of the type constructor based on showtPrec and showtList functions for the argument type. The current implementation is based on liftShowbPrec internally. Since: 3.4

  8. liftShowtPrec2 :: TextShow2 f => (Int -> a -> Text) -> ([a] -> Text) -> (Int -> b -> Text) -> ([b] -> Text) -> Int -> f a b -> Text

    text-show TextShow

    showtPrec function for an application of the type constructor based on showtPrec and showtList functions for the argument type. The current implementation is based on liftShowbPrec2 internally. Since: 3.4

  9. liftShowtlPrec :: TextShow1 f => (Int -> a -> Text) -> ([a] -> Text) -> Int -> f a -> Text

    text-show TextShow

    showtlPrec function for an application of the type constructor based on showtlPrec and showtlList functions for the argument type. The current implementation is based on liftShowbPrec internally. Since: 3.4

  10. liftShowtlPrec2 :: TextShow2 f => (Int -> a -> Text) -> ([a] -> Text) -> (Int -> b -> Text) -> ([b] -> Text) -> Int -> f a b -> Text

    text-show TextShow

    showtlPrec function for an application of the type constructor based on showtlPrec and showtlList functions for the argument type. The current implementation is based on liftShowbPrec2 internally. Since: 3.4

Page 263 of many | Previous | Next