hgeometry-combinatorial: Data structures, and Data types.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

The Non-geometric data types and algorithms used in HGeometry.


[Skip to Readme]

Properties

Versions 0.9.0.0, 0.10.0.0, 0.11.0.0, 0.12.0.0, 0.12.0.1, 0.12.0.2, 0.12.0.3, 0.13, 0.14, 1.0.0.0
Change log changelog.txt
Dependencies aeson (>=2 && <3), base (>=4.16.1 && <5), bifunctors (>=4.1 && <6), bytestring (>=0.10 && <1), containers (>=0.6 && <1), data-clist (>=0.2 && <1), data-default-class (>=0.1.2 && <1), deepseq (>=1.1 && <2), file-io (>=0.1 && <1), filepath (>=1.4.100 && <2), foldable1-classes-compat (>=0.1 && <1), hgeometry-combinatorial, HsYAML (>=0.2 && <1), indexed-traversable (>=0.1.3 && <1), lens (>=5.2 && <6), linear (>=1.20 && <2), MonadRandom (>=0.5 && <1), mtl (>=2.2 && <3), nonempty-containers (>=0.3.4.5 && <0.4), nonempty-vector (>=0.2.3 && <1), QuickCheck (>=2.10 && <3), quickcheck-instances (>=0.3 && <1), random (>=1.2 && <2), reflection (>=2.1.7 && <3), semigroupoids (>=6.0.0.1 && <7), semigroups (>=0.18 && <1), text (>=2 && <3), vector (>=0.13 && <1), vector-algorithms (>=0.8 && <1), vector-builder (>=0.3.7 && <1) [details]
License MIT
Author Frank Staals
Maintainer frank@fstaals.net
Category Geometry
Home page https://fstaals.net/software/hgeometry
Uploaded by FrankStaals at 2025-05-05T16:32:37Z

library hgeometry-combinatorial

Modules

  • HGeometry
    • Algorithms
      • HGeometry.Algorithms.BinarySearch
      • HGeometry.Algorithms.DivideAndConquer
      • HGeometry.Algorithms.LogarithmicMethod
    • CircularList
      • HGeometry.CircularList.Util
    • Combinatorial
      • HGeometry.Combinatorial.Util
    • HGeometry.Cyclic
    • HGeometry.Ext
    • Foldable
      • HGeometry.Foldable.Sort
      • HGeometry.Foldable.Util
    • HGeometry.Indexed
    • Lens
      • HGeometry.Lens.Util
    • List
      • HGeometry.List.Util
      • HGeometry.List.Zipper
    • Map
      • NonEmpty
        • HGeometry.Map.NonEmpty.Monoidal
    • HGeometry.Measured
      • HGeometry.Measured.Class
      • HGeometry.Measured.Report
      • HGeometry.Measured.Size
    • NonEmpty
      • HGeometry.NonEmpty.Util
    • Number
      • HGeometry.Number.Radical
      • Ratio
        • HGeometry.Number.Ratio.Generalized
      • Real
        • HGeometry.Number.Real.Rational
        • HGeometry.Number.Real.Symbolic
    • Ord
      • HGeometry.Ord.Dynamic
    • HGeometry.Permutation
      • HGeometry.Permutation.Shuffle
    • Sequence
      • HGeometry.Sequence.Alternating
      • HGeometry.Sequence.KV
      • HGeometry.Sequence.NonEmpty
    • Set
      • HGeometry.Set.Util
    • HGeometry.Sign
    • Small
      • HGeometry.Small.AtMostTwo
    • StringSearch
      • HGeometry.StringSearch.KMP
    • Tree
      • Binary
        • HGeometry.Tree.Binary.Static
      • HGeometry.Tree.Util
    • HGeometry.Trie
      • HGeometry.Trie.Binary
    • HGeometry.Unbounded
    • Vector
      • NonEmpty
        • HGeometry.Vector.NonEmpty.Util
    • HGeometry.YAML

library hgeometry-combinatorial:quickcheck

Modules

  • HGeometry
    • Combinatorial
      • HGeometry.Combinatorial.Instances

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for hgeometry-combinatorial-1.0.0.0

[back to package description]

hgeometry-combinatorial

The combinatorial types for the HGeometry package.