Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
graphviz Data.GraphViz.Attributes.Complete Represents which side (when looking towards the node the arrow is pointing to) is drawn.
ArrowSize :: Double -> Attributegraphviz Data.GraphViz.Attributes.Complete Valid for: E; Default: 1.0; Minimum: 0.0
-
ghc-lib-parser GHC.Parser.Lexer No documentation available.
-
hedgehog Hedgehog.Internal.Report No documentation available.
narrowS :: Width -> Integer -> Integerghc GHC.Cmm.Type Narrow a signed value to the given width. The result will reside in [-2^(width-1), +2^(width-1)).
>>> narrowS W8 256 == 0 >>> narrowS W8 255 == -1 >>> narrowS W8 128 == -128 >>> narrowS W8 127 == 127 >>> narrowS W8 0 == 0 >>> narrowS W8 (-127) == -127 >>> narrowS W8 (-128) == -128 >>> narrowS W8 (-129) == 127 >>> narrowS W8 (-255) == 1 >>> narrowS W8 (-256) == 0
escapeArrowScope :: TcM a -> TcM aghc GHC.Tc.Utils.Monad No documentation available.
newArrowScope :: TcM a -> TcM aghc GHC.Tc.Utils.Monad No documentation available.
_arrowShaft :: ArrowOpts n -> Trail V2 ndiagrams-lib Diagrams.TwoD No documentation available.
_arrowShaft :: ArrowOpts n -> Trail V2 ndiagrams-lib Diagrams.TwoD.Arrow No documentation available.
module Control.Arrow.
ListArrows Module for importing all list arrows