Hoogle Search

Within LTS Haskell 24.27 (ghc-9.10.3)

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

  1. Id :: Ident -> Label

    BNFC-meta Language.LBNF.Grammar

    No documentation available.

  2. Id :: Text -> Predicate

    clay Clay.Selector

    No documentation available.

  3. pattern Id :: CRCategory k => (β ~ α, Object k α) => k α β

    constrained-categories Control.Category.Constrained.Reified.PolyPattern

    No documentation available.

  4. data ID

    dotparse DotParse

    Identifier as per the dot language specifications.

    >>> runDotParser "0" :: ID
    IDInt 0
    
    >>> runDotParser "-.123" :: ID
    IDDouble (-0.123)
    
    >>> runParser dotParse "apple_1'" :: Result Error ID
    OK (ID "apple_1") "'"
    
    >>> :set -XQuasiQuotes
    
    >>> runParser dotParse "\"hello\"" :: Result Error ID
    OK (IDQuoted "hello") ""
    
    >>> runDotParser "<The <font color='red'><b>foo</b></font>,<br/> the <font point-size='20'>bar</font> and<br/> the <i>baz</i>>" :: ID
    IDHtml "<The <font color='red'><b>foo</b></font>,<br/> the <font point-size='20'>bar</font> and<br/> the <i>baz</i>>"
    
    >>> runDotParser "shape=diamond" :: (ID,ID)
    (ID "shape",ID "diamond")
    
    >>> runDotParser "fontname=\"Arial\"" :: (ID,ID)
    (ID "fontname",IDQuoted "Arial")
    
    >>> runDotParser "[shape=diamond; color=blue] [label=label]" :: Map.Map ID ID
    fromList [(ID "color",ID "blue"),(ID "label",ID "label"),(ID "shape",ID "diamond")]
    

  5. ID :: ByteString -> ID

    dotparse DotParse

    No documentation available.

  6. data ID

    dotparse DotParse.Types

    Identifier as per the dot language specifications.

    >>> runDotParser "0" :: ID
    IDInt 0
    
    >>> runDotParser "-.123" :: ID
    IDDouble (-0.123)
    
    >>> runParser dotParse "apple_1'" :: Result Error ID
    OK (ID "apple_1") "'"
    
    >>> :set -XQuasiQuotes
    
    >>> runParser dotParse "\"hello\"" :: Result Error ID
    OK (IDQuoted "hello") ""
    
    >>> runDotParser "<The <font color='red'><b>foo</b></font>,<br/> the <font point-size='20'>bar</font> and<br/> the <i>baz</i>>" :: ID
    IDHtml "<The <font color='red'><b>foo</b></font>,<br/> the <font point-size='20'>bar</font> and<br/> the <i>baz</i>>"
    
    >>> runDotParser "shape=diamond" :: (ID,ID)
    (ID "shape",ID "diamond")
    
    >>> runDotParser "fontname=\"Arial\"" :: (ID,ID)
    (ID "fontname",IDQuoted "Arial")
    
    >>> runDotParser "[shape=diamond; color=blue] [label=label]" :: Map.Map ID ID
    fromList [(ID "color",ID "blue"),(ID "label",ID "label"),(ID "shape",ID "diamond")]
    

  7. ID :: ByteString -> ID

    dotparse DotParse.Types

    No documentation available.

  8. Id :: String -> Term

    funcmp FMP.Term

    No documentation available.

  9. type Id = Var

    ghc-lib GHC

    Identifier

  10. type Id = Var

    ghc-lib GHC.Plugins

    Identifier

Page 9 of many | Previous | Next