Skip to content

Instantly share code, notes, and snippets.

@nkpart
Created June 8, 2016 00:45
Show Gist options
  • Save nkpart/cabcbfae9a4c174b0c5946f67c288e74 to your computer and use it in GitHub Desktop.
Save nkpart/cabcbfae9a4c174b0c5946f67c288e74 to your computer and use it in GitHub Desktop.
> 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