roc/crates/compiler/uitest/tests/solve/exposed_ability_name.txt
2023-06-05 20:19:00 -04:00

6 lines
195 B
Text

app "test" provides [main] to "./platform"
MHash implements hash : a -> U64 where a implements MHash
main = hash
# ^^^^ MHash#hash(2): a -[[] + a:hash(2):1]-> U64 where a implements MHash