Skip to content

Commit

Permalink
improved rewrite rule props
Browse files Browse the repository at this point in the history
  • Loading branch information
andykitchen committed Apr 18, 2012
1 parent 4afc82e commit 307e08c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RewriteRules.hs
Expand Up @@ -71,8 +71,8 @@ prop_dedual_onlyNegativeAtoms x = check (dedual x)
prop_unexpt_inExponentialLattice1 x = lattice (unexpt x)

-- This is a weakened version of the prop above,
-- that makes counter examples easier to find for quickCheck
prop_unexpt_inExponentialLattice2 x =
-- that makes counter examples easier to find for quickCheck
prop_unexpt_inExponentialLattice2 x =
forAllShrink exponentOnlyTerm shrink $ \t -> lattice (unexpt t)

lattice :: Term -> Bool
Expand Down

0 comments on commit 307e08c

Please sign in to comment.