raulraja
fun h(): Option<Int> { val x : OptionOf<Int> = None val y = x return y }
y
.fix()
OptionOf<Int>