diff options
Diffstat (limited to 'emit.sig')
-rw-r--r-- | emit.sig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ signature EMIT = sig structure I: IL - val emit: string -> I.ctx -> unit + val emit: string -> I.ctx -> string option -> unit end |