mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
7 lines
91 B
Text
7 lines
91 B
Text
interface Set
|
|
exposes [ isEmpty ]
|
|
imports []
|
|
|
|
## Check
|
|
|
|
# isEmpty : List * -> Bool
|