Module Labels.CompilerDirectiveSource
Sourcetype t = | Define of Common.identifier| Undef of 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 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
Sourceval to_simple_string : t -> string