V_label.CompilerDirectiveSourceinclude module type of struct include Ls.CompilerDirective endtype t = Verilog_parsing.Labels.CompilerDirective.t = | Define of Verilog_parsing.Common.identifier| Undef of Verilog_parsing.Common.identifier| Undefineall| Include of string| SysInclude of string| Timescale of string * string| Error of string| Line of string * string * string| Resetall| Default_nettypeNone| Default_nettype| Pragma of Verilog_parsing.Common.identifier| Begin_keywords of string| End_keywords| Default_decay_time of string| Default_trireg_strength of string| Delay_mode_distributed| Delay_mode_path| Delay_mode_unit| Delay_mode_zero| Celldefine| Endcelldefine| Unconnected_drive| Nounconnected_drive