Skip to content

Commit

Permalink
remove redundant brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Jun 7, 2016
1 parent 4e3ab03 commit 096242a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Conjure/Rules/Horizontal/Set.hs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ rule_SubsetEq = "set-subsetEq" `namedRule` theRule where
( "Horizontal rule for set subsetEq"
, do
(iPat, i) <- quantifiedVar
return [essence| forAll &iPat in (&x) . &i in &y |]
return [essence| forAll &iPat in &x . &i in &y |]
)


Expand Down

0 comments on commit 096242a

Please sign in to comment.