Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. identify :: Interned t => Id -> Uninterned t -> t

    intern Data.Interned.Internal

    No documentation available.

  2. ident :: Iso' Identifier String

    language-nix Language.Nix.Identifier

    An isomorphism that allows conversion of Identifier from/to the standard String type via review.

    \str -> fromString str == ident # str
    
    \str -> set ident str undefined == ident # str
    
    \str -> view ident (review ident str) == str
    

  3. idDataConM :: Id -> Maybe DataCon

    liquidhaskell-boot Language.Haskell.Liquid.GHC.Misc

    No documentation available.

  4. idirs :: Config -> [FilePath]

    liquidhaskell-boot Language.Haskell.Liquid.UX.Config

    path to directory for including specs

  5. idDataCon :: Id -> DataCon

    liquidhaskell-boot Liquid.GHC.API

    Get from either the worker or the wrapper Id to the DataCon. Currently used only in the desugarer. INVARIANT: idDataCon (dataConWrapId d) = d: remember, dataConWrapId can return either the wrapper or the worker

  6. idDetails :: Id -> IdDetails

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

  7. idInfo :: HasDebugCallStack => Id -> IdInfo

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

  8. idInlinePragma :: Id -> InlinePragma

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

  9. idOccInfo :: Id -> OccInfo

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

  10. idType :: Id -> Kind

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

Page 304 of many | Previous | Next