Hoogle Search
Within LTS Haskell 24.10 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
clash-prelude Clash.Explicit.Synchronizer 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.
dualPasswordType :: User -> Maybe User_DualPasswordTypegogol-sqladmin Gogol.SQLAdmin Dual password status for the user.
dualPasswordType :: User -> Maybe User_DualPasswordTypegogol-sqladmin Gogol.SQLAdmin.Types Dual password status for the user.
-
base Data.Monoid No documentation available.
-
base Data.Semigroup No documentation available.
getDual :: Dual (k2 :: k -> k1 -> Type) (a :: k1) (b :: k) -> k2 b asemigroupoids Data.Semigroupoid.Dual No documentation available.
-
base-compat Data.Monoid.Compat No documentation available.
-
base-compat Data.Semigroup.Compat No documentation available.
Opt_AutoSccsOnIndividualCafs :: GeneralFlagghc GHC No documentation available.
coreToStg_AutoSccsOnIndividualCafs :: CoreToStgOpts -> Boolghc GHC.CoreToStg No documentation available.