aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/AST.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/VeriFuzz/AST.hs')
-rw-r--r--src/VeriFuzz/AST.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/VeriFuzz/AST.hs b/src/VeriFuzz/AST.hs
index 15e8d0b..d8420d2 100644
--- a/src/VeriFuzz/AST.hs
+++ b/src/VeriFuzz/AST.hs
@@ -94,6 +94,9 @@ module VeriFuzz.AST
, stmntCA
, stmntTask
, stmntSysTask
+ , stmntCondExpr
+ , stmntCondTrue
+ , stmntCondFalse
-- * Module
, ModDecl(..)
, modId