mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
9 lines
214 B
Text
9 lines
214 B
Text
app "test" provides [thething] to "./platform"
|
|
|
|
MHash implements
|
|
hash : a -> U64 where a implements MHash
|
|
|
|
thething =
|
|
#^^^^^^^^{-1} a -[[] + a:hash(2):1]-> U64 where a implements MHash
|
|
itis = hash
|
|
itis
|