aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Verilog/AST.hs
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-01-19 12:33:26 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-01-19 12:33:37 +0000
commitee8046d92f63ffaa8a4bfc81cdeb7cc0fda70b86 (patch)
treec011aa6cda876a930f2d7cf99d3cd7ae34f7f6b4 /src/VeriFuzz/Verilog/AST.hs
parent395bdaaddad0d6250d19634f5c4d38886d160878 (diff)
downloadverismith-ee8046d92f63ffaa8a4bfc81cdeb7cc0fda70b86.tar.gz
verismith-ee8046d92f63ffaa8a4bfc81cdeb7cc0fda70b86.zip
Swap the exports for the types of the AST
Diffstat (limited to 'src/VeriFuzz/Verilog/AST.hs')
-rw-r--r--src/VeriFuzz/Verilog/AST.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VeriFuzz/Verilog/AST.hs b/src/VeriFuzz/Verilog/AST.hs
index bbc2243..4c22e10 100644
--- a/src/VeriFuzz/Verilog/AST.hs
+++ b/src/VeriFuzz/Verilog/AST.hs
@@ -15,8 +15,8 @@ Defines the types to build a Verilog AST.
module VeriFuzz.Verilog.AST
( -- * Top level types
- Description(..), getDescription
- , VerilogSrc(..), getVerilogSrc
+ VerilogSrc(..), getVerilogSrc
+ , Description(..), getDescription
-- * Primitives
-- ** Identifier
, Identifier(..), getIdentifier