From 42bf41f9aa82906c0c44aa290fb496e08db1451a Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 10 Jan 2019 17:23:43 +0000 Subject: Remove Arbitrary.hs --- src/VeriFuzz/Verilog/Arbitrary.hs | 70 --------------------------------------- 1 file changed, 70 deletions(-) delete mode 100644 src/VeriFuzz/Verilog/Arbitrary.hs (limited to 'src') diff --git a/src/VeriFuzz/Verilog/Arbitrary.hs b/src/VeriFuzz/Verilog/Arbitrary.hs deleted file mode 100644 index 075ad03..0000000 --- a/src/VeriFuzz/Verilog/Arbitrary.hs +++ /dev/null @@ -1,70 +0,0 @@ -{-| -Module : VeriFuzz.Verilog.Arbitrary -Description : Arbitrary instances for the AST. -Copyright : (c) 2018-2019, Yann Herklotz Grave -License : GPL-3 -Maintainer : ymherklotz [at] gmail [dot] com -Stability : experimental -Portability : POSIX - -Arbitrary instances for the AST. --} - -module VeriFuzz.Verilog.Arbitrary where - -import Control.Monad (replicateM) -import Data.Text (Text) -import qualified Data.Text as T -import qualified Test.QuickCheck as QC -import VeriFuzz.Verilog.AST - --- Generate Arbitrary instances for the AST - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit