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.
-
generic-deriving Generics.Deriving.TH A backwards-compatible synonym for deriveAll0.
-
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.
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.
deriveAll0And1Options :: Options -> Name -> Q [Dec]generic-deriving Generics.Deriving.TH Like deriveAll0And1, but takes an Options argument.
deriveAll0Options :: Options -> Name -> Q [Dec]generic-deriving Generics.Deriving.TH Like deriveAll0, but takes an Options argument.
-
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.
deriveAll1Options :: Options -> Name -> Q [Dec]generic-deriving Generics.Deriving.TH Like deriveAll1, but takes an Options argument.
parallel :: Epsilon a => Plucker a -> Plucker a -> Boollinear Linear.Plucker Checks if two lines are parallel.
-
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
finally :: MonadUnliftIO m => m a -> IO () -> m atyped-process System.Process.Typed.Internal No documentation available.