Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. newtype AnythingToString a

    recover-rtti Debug.RecoverRTTI

    Deriving-via support for anythingToString If for debugging purposes you want to temporarily add a Show instance to an arbitrary datatype in terms of anythingToString, you can do so using

    data T = MkT ...
    deriving Show via AnythingToString T
    
    This is equivalent to saying
    instance Show T where
    show = anythingToString
    

  2. AnythingToString :: a -> AnythingToString a

    recover-rtti Debug.RecoverRTTI

    No documentation available.

  3. AnyAttribute :: AttributeName

    scalpel-core Text.HTML.Scalpel.Core

    No documentation available.

  4. AnyTag :: TagName

    scalpel-core Text.HTML.Scalpel.Core

    No documentation available.

  5. AnySite :: SameSite

    servant-auth-server Servant.Auth.Server

    No documentation available.

  6. AnySite :: SameSite

    servant-auth-server Servant.Auth.Server.Internal.ConfigTypes

    No documentation available.

  7. AnyByKey :: ByKey key

    yaml-unscrambler YamlUnscrambler.Expectations

    No documentation available.

  8. AnyByOrder :: ByOrder

    yaml-unscrambler YamlUnscrambler.Expectations

    No documentation available.

  9. AnyString :: String

    yaml-unscrambler YamlUnscrambler.Expectations

    Any string as it is.

  10. class AnyAbstract a

    Agda Agda.Syntax.Abstract

    Are we in an abstract block? In that case some definition is abstract.

Page 36 of many | Previous | Next