File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ We would like to see if the following can be done:
143143
144144| Language | Type id | Subtype check | Macros/CSE |
145145| ----------| -------------------| ------------| ----------|
146- | ** Scala** | ⚠️ [ Scala 2 only] ( https://www.scala-lang.org/api/2.13.x/scala-reflect/scala/reflect/api/TypeTags.html ) | ⚠️ Scala 2 Only | ✅ [ AST-level] ( https://docs.scala-lang.org/overviews/macros/overview.html ) |
146+ | ** Scala** | ❌ ⚠️ [ Scala 2 only] ( https://www.scala-lang.org/api/2.13.x/scala-reflect/scala/reflect/api/TypeTags.html ) | ❌ ⚠️ Scala 2 Only | ✅ [ AST-level] ( https://docs.scala-lang.org/overviews/macros/overview.html ) |
147147| ** Rust** | ✅ [ TypeId] ( https://doc.rust-lang.org/std/any/struct.TypeId.html ) | ❌ | ⚠️ [ Token-stream] ( https://doc.rust-lang.org/reference/procedural-macros.html ) |
148148| ** Haskell** | ✅ [ Typeable] ( https://hackage.haskell.org/package/base/docs/Data-Typeable.html ) | ➖ | ✅ [ Template Haskell] ( https://wiki.haskell.org/Template_Haskell ) |
149149| ** Kotlin** | ✅ [ KClass] ( https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-class/ ) | ✅ [ Reflection] ( https://kotlinlang.org/docs/reflection.html ) | ❌ |
You can’t perform that action at this time.
0 commit comments