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.

  1. data ArrowSide

    graphviz Data.GraphViz.Attributes.Complete

    Represents which side (when looking towards the node the arrow is pointing to) is drawn.

  2. ArrowSize :: Double -> Attribute

    graphviz Data.GraphViz.Attributes.Complete

    Valid for: E; Default: 1.0; Minimum: 0.0

  3. ArrowsBit :: ExtBits

    ghc-lib-parser GHC.Parser.Lexer

    No documentation available.

  4. FailureArrows :: Markup

    hedgehog Hedgehog.Internal.Report

    No documentation available.

  5. narrowS :: Width -> Integer -> Integer

    ghc 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
    

  6. escapeArrowScope :: TcM a -> TcM a

    ghc GHC.Tc.Utils.Monad

    No documentation available.

  7. newArrowScope :: TcM a -> TcM a

    ghc GHC.Tc.Utils.Monad

    No documentation available.

  8. _arrowShaft :: ArrowOpts n -> Trail V2 n

    diagrams-lib Diagrams.TwoD

    No documentation available.

  9. _arrowShaft :: ArrowOpts n -> Trail V2 n

    diagrams-lib Diagrams.TwoD.Arrow

    No documentation available.

  10. module Control.Arrow.ListArrows

    Module for importing all list arrows

Page 5 of many | Previous | Next