Merge pull request #6 from asr/master

Fixed documentation and buggy example
This commit is contained in:
Bryan O'Sullivan 2015-01-20 15:20:04 -08:00
commit 177f53bd99
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@
-- Because 'FindClause' is a monad, you can use the usual monad
-- machinery to, for example, lift pure functions into it.
--
-- Here's a clause that will return 'False' for any file whose
-- Here's a clause that will return 'True' for any file whose
-- directory name contains the word @\"temp\"@.
--
-- @