mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-17 23:27:15 +00:00
11 lines
198 B
Text
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
|