summaryrefslogtreecommitdiff
path: root/emit.sig
blob: ecd26f4d6b1751be8e9c83f2c6355e5496a3a419 (plain)
1
2
3
4
5
6
signature EMIT = sig

  structure I: IL

  val emit: string -> I.ctx -> string option -> unit
end