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.
-
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")]
-
dotparse DotParse No documentation available.
-
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")]
-
dotparse DotParse.Types No documentation available.
-
funcmp FMP.Term No documentation available.
-
ghc-lib GHC Identifier
-
ghc-lib GHC.Plugins Identifier
-
libmpd Network.MPD No documentation available.
-
libmpd Network.MPD No documentation available.
-
sphinx Text.Search.Sphinx.Indexable No documentation available.