V_label.StatementSourceinclude module type of struct include Ls.Statement endtype t = Verilog_parsing.Labels.Statement.t = | Empty| OperatorAssignment of Verilog_parsing.Labels.AssignmentOperator.t| Labeled of Verilog_parsing.Common.identifier| BlockingAssignment| NonBlockingAssignment| Assign| Deassign| Force| Release| Case| Casex| Casez| Conditional| IncOrDec| SubroutineCall| SubroutineCallVoid| Disable| DisableFork| EventTrigger| EventTriggerNonBlocking| Forever| Repeat| While| For| Do| Foreach| Return| Break| Continue| ParBlock of Verilog_parsing.Common.identifier
* Verilog_parsing.Labels.JoinSpec.t| ProceduralTimingControl| SeqBlock of Verilog_parsing.Common.identifier| Wait| WaitFork| WaitOrder| ProceduralAssertion| ClockingDrive| Randsequence of Verilog_parsing.Common.identifier| Randcase| ExpectProperty| Expr of Verilog_parsing.Labels.Expression.t| PExpr of Verilog_parsing.Labels.PropertyExpression.t