YZP3U4U47IUCVCVOSGGXZA7KZ3VE53VJQR5KEWV7QHDE5OXSDPHQC cabal-version: 1.12name: pareto-optimalversion: 0.1.0.0description: Please see the README on GitHub at <https://github.com/githubuser/pareto#readme>homepage: https://github.com/githubuser/pareto#readmebug-reports: https://github.com/githubuser/pareto/issuesauthor: Author name heremaintainer: example@example.comcopyright: 2022 Author name herelicense: BSD3license-file: LICENSEbuild-type: Simpleextra-source-files:README.mdChangeLog.mdsource-repository headtype: gitlocation: https://github.com/githubuser/paretolibraryexposed-modules:Math.ParetoOptimalother-modules:Paths_pareto_optimalhs-source-dirs:srcbuild-depends:base >=4.7 && <5default-language: Haskell2010test-suite pareto-testtype: exitcode-stdio-1.0main-is: Spec.hsother-modules:Paths_paretohs-source-dirs:testghc-options: -threaded -rtsopts -with-rtsopts=-Nbuild-depends:base >=4.7 && <5, paretodefault-language: Haskell2010
module Math.ParetoOptimal () wheredata Comparison =Dominates |Dominated |WeakTie |StrongTiederiving(Ord,Eq,Show,Read)instance Semigroup Comparison whereWeakTie <> b = ba <> WeakTie = aDominates <> Dominates = DominatesDominated <> Dominated = Dominated_ <> _ = StrongTieinstance Monoid Comparison wheremempty = WeakTie
module Math.ParetoFront () wheredata Comparison =Dominates |Dominated |WeakTie |StrongTiederiving(Ord,Eq,Show,Read)instance Semigroup Comparison whereWeakTie <> b = ba <> WeakTie = aDominates <> Dominates = DominatesDominated <> Dominated = Dominated_ <> _ = StrongTieinstance Monoid Comparison wheremempty = WeakTie
cabal-version: 1.12name: pareto-frontversion: 0.1.0.0description: Please see the README on GitHub at <https://github.com/githubuser/pareto#readme>homepage: https://github.com/githubuser/pareto#readmebug-reports: https://github.com/githubuser/pareto/issuesauthor: Author name heremaintainer: example@example.comcopyright: 2022 Author name herelicense: BSD3license-file: LICENSEbuild-type: Simpleextra-source-files:README.mdChangeLog.mdsource-repository headtype: gitlocation: https://github.com/githubuser/paretolibraryexposed-modules:Math.ParetoFrontother-modules:Paths_pareto_fronths-source-dirs:srcbuild-depends:base >=4.7 && <5default-language: Haskell2010test-suite pareto-testtype: exitcode-stdio-1.0main-is: Spec.hsother-modules:Paths_paretohs-source-dirs:testghc-options: -threaded -rtsopts -with-rtsopts=-Nbuild-depends:base >=4.7 && <5, pareto-frontdefault-language: Haskell2010