payment: note that Stripe has instituted an additional 1% fee for non-US cards
[hcoop/portal.git] / mail.sig
CommitLineData
edeb626e
AC
1signature MAIL =
2sig
3 type session
4 val mopen : unit -> session
5 val mwrite : session * string -> unit
6 val mclose : session -> OS.Process.status
7end
8