Files
sml-projects/shell/search-mailbox.sml

3 lines
105 B
Standard ML

structure SearchMailbox =
struct open CML val mailbox: SearchMsg.t Mailbox.mbox = Mailbox.mailbox () end