katz
fun foo (p : ()?->Unit)
fun foo(p: ?()->Unit)
fun foo(p: (()->Unit)?)
A modern programming language that makes developers happier.