Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. AnchorHintsFlip :: AnchorHints

    gi-gdk3 GI.Gdk.Flags

    allow flipping anchors on both axes

  2. AnchorHintsFlipX :: AnchorHints

    gi-gdk3 GI.Gdk.Flags

    allow flipping anchors horizontally

  3. AnchorHintsFlipY :: AnchorHints

    gi-gdk3 GI.Gdk.Flags

    allow flipping anchors vertically

  4. runFlip :: Flip (b :: k -> k1 -> Type) (l :: k1) (r :: k) -> b r l

    barbies Barbies.Bi

    No documentation available.

  5. staticFlip :: Static (a -> b -> c) -> Static (b -> a -> c)

    distributed-static Control.Distributed.Static

    Static version of flip

  6. consFlip :: (Amplitude sample0 -> (Amplitude sample1, T (Displacement sample0) (Displacement sample1))) -> T s sample0 sample1

    synthesizer-dimensional Synthesizer.Dimensional.Causal.Process

    No documentation available.

  7. consFlip :: (Amplitude sample0 -> (Amplitude sample1, Displacement sample0 -> Displacement sample1)) -> T sample0 sample1

    synthesizer-dimensional Synthesizer.Dimensional.Map

    No documentation available.

  8. _trFlipH :: Transform2D -> Bool

    xlsx Codec.Xlsx.Types.Drawing.Common

    Specifies a horizontal flip. When true, this attribute defines that the shape is flipped horizontally about the center of its bounding box.

  9. _trFlipV :: Transform2D -> Bool

    xlsx Codec.Xlsx.Types.Drawing.Common

    Specifies a vertical flip. When true, this attribute defines that the shape is flipped vetically about the center of its bounding box.

  10. dualFlipFlopSynchronizer :: forall a (dom1 :: Domain) (dom2 :: Domain) . (NFDataX a, KnownDomain dom1, KnownDomain dom2) => Clock dom1 -> Clock dom2 -> Reset dom2 -> Enable dom2 -> a -> Signal dom1 a -> Signal dom2 a

    clash-prelude Clash.Explicit.Prelude

    Synchronizer based on two sequentially connected flip-flops.

    • NB: This synchronizer can be used for bit-synchronization.
    • NB: Although this synchronizer does reduce metastability, it does not guarantee the proper synchronization of a whole word. For example, given that the output is sampled twice as fast as the input is running, and we have two samples in the input stream that look like:
      [0111,1000]
      But the circuit driving the input stream has a longer propagation delay on msb compared to the lsbs. What can happen is an output stream that looks like this:
      [0111,0111,0000,1000]
      Where the level-change of the msb was not captured, but the level change of the lsbs were.If you want to have safe word-synchronization use asyncFIFOSynchronizer.

Page 20 of many | Previous | Next