packages feed

jukebox 0.4.3 → 0.4.4

raw patch · 2 files changed

+3/−3 lines, 2 files

Files

jukebox.cabal view
@@ -1,5 +1,5 @@ Name: jukebox-Version: 0.4.3+Version: 0.4.4 Cabal-version: >= 1.8 Build-type: Simple Author: Nick Smallbone
src/Jukebox/Tools/HornToUnit.hs view
@@ -126,8 +126,8 @@     map elim prob     where       elim inp-        | length negs /= 1 &&-          if null poss then not (allowConjunctiveConjectures flags) else multi flags =+        | (null poss && length negs /= 1 && not (allowConjunctiveConjectures flags)) ||+          (not (null poss) && length negs > 1 && multi flags) =           inp{what = clause (Neg ((tuple tys :@: ts) :=: (tuple tys :@: us)):poss)}         where           (poss, negs) = partition pos (toLiterals (what inp))