Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. positionOffset :: Params v o c -> o -> Int

    edit-distance-vector Data.Vector.Distance

    Positions to advance after a change. E.g. 0 for a deletion.

  2. newtype ComposeT (f :: Type -> Type -> Type -> Type) (g :: Type -> Type -> Type -> Type) (m :: Type -> Type) a

    functor-combinators Data.Functor.Combinator

    Composition of monad transformers.

  3. ComposeT :: f (g m) a -> ComposeT (f :: (Type -> Type) -> Type -> Type) (g :: (Type -> Type) -> Type -> Type) (m :: Type -> Type) a

    functor-combinators Data.Functor.Combinator

    No documentation available.

  4. getComposeT :: ComposeT (f :: (Type -> Type) -> Type -> Type) (g :: (Type -> Type) -> Type -> Type) (m :: Type -> Type) a -> f (g m) a

    functor-combinators Data.Functor.Combinator

    No documentation available.

  5. genClientStoreFromSet :: (Show ci, Ord ci, Ord si, GenValid ci, GenValid v) => Set si -> Gen (ClientStore ci si v)

    genvalidity-appendful Data.GenValidity.Appendful.Collection

    No documentation available.

  6. genServerStoreFromSet :: (Ord si, GenValid v) => Set si -> Gen (ServerStore si v)

    genvalidity-appendful Data.GenValidity.Appendful.Collection

    No documentation available.

  7. splitSet :: Ord i => Set i -> Gen (Set i, Set i)

    genvalidity-appendful Data.GenValidity.Appendful.Collection

    No documentation available.

  8. splitSet :: Ord i => Set i -> Gen (Set i, Set i)

    genvalidity-mergeful Data.GenValidity.Mergeful.Collection

    No documentation available.

  9. genClientStoreFromSet :: (Show ci, Ord ci, Ord si, GenValid ci, GenValid v) => Set si -> Gen (ClientStore ci si v)

    genvalidity-mergeless Data.GenValidity.Mergeless.Collection

    No documentation available.

  10. genServerStoreFromSet :: (Ord si, GenValid v) => Set si -> Gen (ServerStore si v)

    genvalidity-mergeless Data.GenValidity.Mergeless.Collection

    No documentation available.

Page 153 of many | Previous | Next