Skip to content

Commit

Permalink
Merge pull request #1 from pseudonom/patch-1
Browse files Browse the repository at this point in the history
Make logicalPredicate satisfiable
  • Loading branch information
Jan de Muijnck-Hughes committed Dec 2, 2013
2 parents 1667f35 + 53cd6b2 commit 0002453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Koans/03-Boolean.idr
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ logicalNOT : Bool
logicalNOT = not ?fillme3 == False

logicalPredicate : Bool
logicalPredicate = not ( ?fillme4 && True) || ?fillme5 && False == True
logicalPredicate = not ( ?fillme4 && True) || (?fillme5 && False) == True

-- --------------------------------------------------------------------- [ EOF ]

0 comments on commit 0002453

Please sign in to comment.