aboutsummaryrefslogtreecommitdiffstats
path: root/src/Test/VeriFuzz/Types.hs
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-11-14 11:28:13 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-11-14 11:28:13 +0000
commitd455be3b924fea2d42d593a6709557e637e83ad9 (patch)
tree43229684c2dade70e39a0dfbbc4633d5ec320116 /src/Test/VeriFuzz/Types.hs
parent7d68a1e7ec557e62615a7f9eea438cff7805b120 (diff)
downloadverismith-d455be3b924fea2d42d593a6709557e637e83ad9.tar.gz
verismith-d455be3b924fea2d42d593a6709557e637e83ad9.zip
Add style to the files
Diffstat (limited to 'src/Test/VeriFuzz/Types.hs')
-rw-r--r--src/Test/VeriFuzz/Types.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Test/VeriFuzz/Types.hs b/src/Test/VeriFuzz/Types.hs
index 0528972..0e6dea8 100644
--- a/src/Test/VeriFuzz/Types.hs
+++ b/src/Test/VeriFuzz/Types.hs
@@ -1,14 +1,14 @@
module Test.VeriFuzz.Types where
-import Test.QuickCheck
-import System.Random
+import System.Random
+import Test.QuickCheck
data Gate = And
| Or
| Xor
| Nor
| Nand
- deriving (Show, Eq, Enum, Bounded)
+ deriving (Show, Eq, Enum, Bounded, Ord)
instance Random Gate where
randomR (a, b) g =