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.
-
time-compat Data.Time.Format.ISO8601.Compat ISO 8601:2004(E) sec. 4.1.2.3(b)
yearMonthFormat :: Format (Integer, Int)time-compat Data.Time.Format.ISO8601.Compat ISO 8601:2004(E) sec. 4.1.2.3(a)
yearWeekFormat :: FormatExtension -> Format (Integer, Int)time-compat Data.Time.Format.ISO8601.Compat ISO 8601:2004(E) sec. 4.1.4.3
zonedTimeFormat :: Format Day -> Format TimeOfDay -> FormatExtension -> Format ZonedTimetime-compat Data.Time.Format.ISO8601.Compat ISO 8601:2004(E) sec. 4.3.2
-
diagrams-lib Diagrams Create a transformation mapping points from one bounding box to the other. Returns Nothing if either of the boxes are empty.
-
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.
-
No documentation available.
-
diagrams-lib Diagrams.Deform No documentation available.
newtype
Deformation (v :: Type -> Type) (u :: Type -> Type) ndiagrams-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.
Deformation :: (Point v n -> Point u n) -> Deformation (v :: Type -> Type) (u :: Type -> Type) ndiagrams-lib Diagrams.Deform No documentation available.