Created
June 8, 2016 00:45
-
-
Save nkpart/cabcbfae9a4c174b0c5946f67c288e74 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> import Test.QuickCheck | |
> import Data.List | |
> quickCheck (\xs -> (snd . Data.List.splitAt 3) xs === drop 3 xs) | |
+++ OK, passed 100 tests. | |
> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment