mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Get first inspect for non-Inspect-implementing opaques specialized
This commit is contained in:
parent
c87e3e7413
commit
5c805ce80f
6 changed files with 75 additions and 44 deletions
|
@ -0,0 +1,6 @@
|
|||
app "test" provides [main] to "./platform"
|
||||
|
||||
Op := {}
|
||||
|
||||
main = Inspect.toInspector (@Op {})
|
||||
# ^^^^^^^^^^^^^^^^^^^ Inspect#Inspect.toInspector(32): Op -[[] + f:Inspect.opaque(15):1]-> Inspector f where f implements InspectFormatter
|
Loading…
Add table
Add a link
Reference in a new issue