Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
plaidfinch committed Jun 30, 2018
1 parent c0400e4 commit 5aa7cee
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Expand Up @@ -7,12 +7,4 @@
demands on data structures so they can be manipulated and examined within
Haskell.

StrictCheck can specify and test the strictness behavior of any Haskell
function—including higher-order ones—with only a constant factor of overhead,
and requires no boilerplate for testing functions on Haskell-standard algebraic
data types.

In the paper, we also demonstrate a non-trivial application of our library,
developing a correct specification of a data structure whose properties
intrinsically rely on subtle use of laziness: Okasaki's constant-time purely
functional queue.
For details, see the library on Hackage: <https://hackage.haskell.org/package/StrictCheck>.

0 comments on commit 5aa7cee

Please sign in to comment.