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

11 lines
198 B
Text

app "test" provides [zero] to "./platform"
MHash implements
hash : a -> U64 where a implements MHash
Id := U64 implements [MHash {hash}]
hash = \@Id n -> n
zero = hash (@Id 0)
#^^^^{-1} U64