3 lines
105 B
Standard ML
3 lines
105 B
Standard ML
|
|
structure SearchMailbox =
|
||
|
|
struct open CML val mailbox: SearchMsg.t Mailbox.mbox = Mailbox.mailbox () end
|