Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. data Plucker a

    linear Linear.Plucker

    Plücker coordinates for lines in a 3-dimensional space.

  2. Plucker :: a -> a -> a -> a -> a -> a -> Plucker a

    linear Linear.Plucker

    No documentation available.

  3. module Linear.Projection

    Common projection matrices: e.g. perspective/orthographic transformation matrices. Analytically derived inverses are also supplied, because they can be much more accurate in practice than computing them through general purpose means

  4. data Path

    optics-core Optics.Internal.Generic.TypeLevel

    No documentation available.

  5. PathLeaf :: Either e [Path] -> PathTree e

    optics-core Optics.Internal.Generic.TypeLevel

    No documentation available.

  6. PathLeft :: Path

    optics-core Optics.Internal.Generic.TypeLevel

    No documentation available.

  7. PathNode :: PathTree e -> PathTree e -> PathTree e

    optics-core Optics.Internal.Generic.TypeLevel

    No documentation available.

  8. PathRight :: Path

    optics-core Optics.Internal.Generic.TypeLevel

    No documentation available.

  9. data PathTree e

    optics-core Optics.Internal.Generic.TypeLevel

    A map that allows reaching a specific field in a generic representation of a data type. Computed up front by generic optics for early error reporting and efficient data traversal.

  10. type PrismEliminations = AppendEliminations AppendEliminations AffineFoldEliminations ReviewEliminations SetterEliminations

    optics-core Optics.Internal.Optic.Subtyping

    No documentation available.

Page 235 of many | Previous | Next