Hacker News new | past | comments | ask | show | jobs | submit login

I believe Ceylon will actually further refine Int | Option[Int] to simply Option[Int].

Option[Int] is simply an alias to the type Int | Null, so Int | Option[Int] would become Int | Int | Null after replacement, which simplifies to Int | Null since Int | Int is equivalent to just Int.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: