aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYann Herklotz <git@ymhg.org>2019-05-11 21:52:11 +0100
committerYann Herklotz <git@ymhg.org>2019-05-11 21:52:11 +0100
commite723490f029e57d479c4d1103e5df4274c6c0bed (patch)
tree671b6cc3991a59ff516304549adb7c81a20c1b1c /src
parent56fb22af3fb34ea9d9ae80afd0b03bd22b7b2dd0 (diff)
downloadverismith-e723490f029e57d479c4d1103e5df4274c6c0bed.tar.gz
verismith-e723490f029e57d479c4d1103e5df4274c6c0bed.zip
Add Quote export to main module
Diffstat (limited to 'src')
-rw-r--r--src/VeriFuzz/Verilog.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/VeriFuzz/Verilog.hs b/src/VeriFuzz/Verilog.hs
index 701a7d6..399159f 100644
--- a/src/VeriFuzz/Verilog.hs
+++ b/src/VeriFuzz/Verilog.hs
@@ -99,6 +99,8 @@ module VeriFuzz.Verilog
-- * Useful Lenses and Traversals
, getModule
, getSourceId
+ -- * Quote
+ , verilog
)
where
@@ -106,3 +108,4 @@ import VeriFuzz.Verilog.AST
import VeriFuzz.Verilog.CodeGen
import VeriFuzz.Verilog.Gen
import VeriFuzz.Verilog.Parser
+import VeriFuzz.Verilog.Quote