]> Git — Sourcephile - majurity.git/commit
Add majorityValueOfRank
authorJulien Moutinho <julm+hjugement@autogeree.net>
Sun, 14 Apr 2019 01:26:59 +0000 (01:26 +0000)
committerJulien Moutinho <julm+hjugement@autogeree.net>
Sun, 14 Apr 2019 01:28:43 +0000 (01:28 +0000)
commit253a5bc75ec5d7b6fe774e37f073211fbe67f777
tree2a9743a7fa1e9dc335f92c81618fdb0f53262d5b
parent8361c5e24dcf93d81699730ff9854764008e9ff9
Add majorityValueOfRank
29 files changed:
GNUmakefile
Majority/Rank.hs [deleted file]
hjugement/COPYING [new symlink]
hjugement/Majority/Gauge.hs [moved from Majority/Gauge.hs with 100% similarity]
hjugement/Majority/HLint.hs [moved from Majority/HLint.hs with 100% similarity]
hjugement/Majority/Judgment.hs [moved from Majority/Judgment.hs with 100% similarity]
hjugement/Majority/Merit.hs [moved from Majority/Merit.hs with 98% similarity]
hjugement/Majority/Rank.hs [new file with mode: 0644]
hjugement/Majority/Section.hs [moved from Majority/Section.hs with 98% similarity]
hjugement/Majority/Value.hs [moved from Majority/Value.hs with 99% similarity]
hjugement/README.md [moved from README.md with 100% similarity]
hjugement/hjugement.cabal [moved from hjugement.cabal with 98% similarity]
hjugement/stack.yaml [new file with mode: 0644]
hjugement/test/HUnit.hs [moved from test/HUnit.hs with 100% similarity]
hjugement/test/HUnit/Merit.hs [moved from test/HUnit/Merit.hs with 75% similarity]
hjugement/test/HUnit/Rank.hs [moved from test/HUnit/Rank.hs with 61% similarity]
hjugement/test/HUnit/Section.hs [moved from test/HUnit/Section.hs with 99% similarity]
hjugement/test/HUnit/Utils.hs [moved from test/HUnit/Utils.hs with 100% similarity]
hjugement/test/HUnit/Value.hs [moved from test/HUnit/Value.hs with 100% similarity]
hjugement/test/Main.hs [moved from test/Main.hs with 100% similarity]
hjugement/test/QuickCheck.hs [moved from test/QuickCheck.hs with 82% similarity]
hjugement/test/QuickCheck/Gauge.hs [new file with mode: 0644]
hjugement/test/QuickCheck/Merit.hs [moved from test/QuickCheck/Merit.hs with 98% similarity]
hjugement/test/QuickCheck/Rank.hs [new file with mode: 0644]
hjugement/test/QuickCheck/Utils.hs [moved from test/QuickCheck/Utils.hs with 97% similarity]
hjugement/test/QuickCheck/Value.hs [moved from test/QuickCheck/Value.hs with 73% similarity]
hjugement/test/Types.hs [moved from test/Types.hs with 92% similarity]
stack.yaml [deleted file]
test/QuickCheck/Rank.hs [deleted file]