(no title)
dmkolobov | 8 months ago
Another cool online thing that exists is CP, a language with disjoint intersection and union types:
dmkolobov | 8 months ago
Another cool online thing that exists is CP, a language with disjoint intersection and union types:
gavinray|8 months ago
Additionally, Scala 3 does as well, including support for these generic "Type-Lambda" expressions I saw in one of the examples on the playground:
https://beta.plground.org/jnclma/CP_tutorial
In Scala 3, this would be roughly: https://docs.scala-lang.org/scala3/reference/new-types/type-...