Skip to content

Commit

Permalink
Remove redundant examples
Browse files Browse the repository at this point in the history
  • Loading branch information
SophieBosio committed May 14, 2024
1 parent 26e8e52 commit 43fe2f6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/AandB.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Test.QuickCheck
import Test.Tasty.QuickCheck

data A = Zero | One B deriving (Show, Eq)
data B = Null | Two A deriving (Show, Eq)
Expand Down
Empty file removed benchmark/BuiltIn.con
Empty file.
Empty file removed benchmark/BuiltIn.hs
Empty file.

0 comments on commit 43fe2f6

Please sign in to comment.