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

  structure I: IL

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