Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. deriveAll :: Name -> Q [Dec]

    generic-deriving Generics.Deriving.TH

    A backwards-compatible synonym for deriveAll0.

  2. deriveAll0 :: Name -> Q [Dec]

    generic-deriving Generics.Deriving.TH

    Given the type and the name (as string) for the type to derive, generate the Data instance, the Constructor instances, the Selector instances, and the Representable0 instance.

  3. deriveAll0And1 :: Name -> Q [Dec]

    generic-deriving Generics.Deriving.TH

    Given the type and the name (as string) for the type to derive, generate the Data instance, the Constructor instances, the Selector instances, the Representable0 instance, and the Representable1 instance.

  4. deriveAll0And1Options :: Options -> Name -> Q [Dec]

    generic-deriving Generics.Deriving.TH

    Like deriveAll0And1, but takes an Options argument.

  5. deriveAll0Options :: Options -> Name -> Q [Dec]

    generic-deriving Generics.Deriving.TH

    Like deriveAll0, but takes an Options argument.

  6. deriveAll1 :: Name -> Q [Dec]

    generic-deriving Generics.Deriving.TH

    Given the type and the name (as string) for the type to derive, generate the Data instance, the Constructor instances, the Selector instances, and the Representable1 instance.

  7. deriveAll1Options :: Options -> Name -> Q [Dec]

    generic-deriving Generics.Deriving.TH

    Like deriveAll1, but takes an Options argument.

  8. parallel :: Epsilon a => Plucker a -> Plucker a -> Bool

    linear Linear.Plucker

    Checks if two lines are parallel.

  9. iallOf :: forall k (is :: IxList) i s a . (Is k A_Fold, HasSingleIndex is i) => Optic' k is s a -> (i -> a -> Bool) -> s -> Bool

    optics-core Optics.IxFold

    Return whether or not all elements viewed through an IxFold satisfy a predicate, with access to the i. When you don't need access to the index then allOf is more flexible in what it accepts.

    allOf o ≡ iallOf o . const
    

  10. finally :: MonadUnliftIO m => m a -> IO () -> m a

    typed-process System.Process.Typed.Internal

    No documentation available.

Page 357 of many | Previous | Next