mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
5 lines
174 B
Text
5 lines
174 B
Text
app "test" provides [main] to "./platform"
|
|
|
|
main =
|
|
\h -> Hash.hash h 7
|
|
# ^^^^^^^^^ Hash#Hash.hash(1): a, I64 -[[Hash.hash_i64(13)]]-> a where a implements Hasher
|