fun Option<*>.shouldBeSome(): Unit
infix fun <T> Option<T>.shouldBeSome(t: T): Unit
infix fun <T> Option<T>.shouldBeSome(fn: (T) -> Unit): Unit