Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. yearFormat :: Format Integer

    time-compat Data.Time.Format.ISO8601.Compat

    ISO 8601:2004(E) sec. 4.1.2.3(b)

  2. yearMonthFormat :: Format (Integer, Int)

    time-compat Data.Time.Format.ISO8601.Compat

    ISO 8601:2004(E) sec. 4.1.2.3(a)

  3. yearWeekFormat :: FormatExtension -> Format (Integer, Int)

    time-compat Data.Time.Format.ISO8601.Compat

    ISO 8601:2004(E) sec. 4.1.4.3

  4. zonedTimeFormat :: Format Day -> Format TimeOfDay -> FormatExtension -> Format ZonedTime

    time-compat Data.Time.Format.ISO8601.Compat

    ISO 8601:2004(E) sec. 4.3.2

  5. boxTransform :: forall (v :: Type -> Type) n . (Additive v, Fractional n) => BoundingBox v n -> BoundingBox v n -> Maybe (Transformation v n)

    diagrams-lib Diagrams

    Create a transformation mapping points from one bounding box to the other. Returns Nothing if either of the boxes are empty.

  6. boxTransform :: forall (v :: Type -> Type) n . (Additive v, Fractional n) => BoundingBox v n -> BoundingBox v n -> Maybe (Transformation v n)

    diagrams-lib Diagrams.BoundingBox

    Create a transformation mapping points from one bounding box to the other. Returns Nothing if either of the boxes are empty.

  7. module Diagrams.Deform

    No documentation available.

  8. class Deformable a b

    diagrams-lib Diagrams.Deform

    No documentation available.

  9. newtype Deformation (v :: Type -> Type) (u :: Type -> Type) n

    diagrams-lib Diagrams.Deform

    Deformations are a superset of the affine transformations represented by the Transformation type. In general they are not invertible. Deformations include projective transformations. Deformation can represent other functions from points to points which are "well-behaved", in that they do not introduce small wiggles.

  10. Deformation :: (Point v n -> Point u n) -> Deformation (v :: Type -> Type) (u :: Type -> Type) n

    diagrams-lib Diagrams.Deform

    No documentation available.

Page 551 of many | Previous | Next