Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

  1. 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")]
    

  2. ID :: ByteString -> ID

    dotparse DotParse

    No documentation available.

  3. 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")]
    

  4. ID :: ByteString -> ID

    dotparse DotParse.Types

    No documentation available.

  5. Id :: String -> Term

    funcmp FMP.Term

    No documentation available.

  6. type Id = Var

    ghc-lib GHC

    Identifier

  7. type Id = Var

    ghc-lib GHC.Plugins

    Identifier

  8. newtype Id

    libmpd Network.MPD

    No documentation available.

  9. Id :: Int -> Id

    libmpd Network.MPD

    No documentation available.

  10. type Id = Int

    sphinx Text.Search.Sphinx.Indexable

    No documentation available.

Page 9 of many | Previous | Next