mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
6 lines
195 B
Text
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
|