mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
has -> implements in roc code
This commit is contained in:
parent
58a84fdc29
commit
c68807bc5a
14 changed files with 26 additions and 26 deletions
|
@ -1,3 +1,3 @@
|
|||
f : a -> (b -> c) | a has Hash, b has Eq, c implements Ord
|
||||
f : a -> (b -> c) | a implements Hash, b has Eq, c implements Ord
|
||||
|
||||
f
|
Loading…
Add table
Add a link
Reference in a new issue