Imran/Malic
kotlin:ank:playground import arrow.core.Some //sampleStart val someInt = Some(1).map { it + 1 } //SampleEnd fun main() { println("value = $someInt") }