mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
5 lines
66 B
Text
5 lines
66 B
Text
interface Map
|
|
exposes [ isEmpty ]
|
|
imports []
|
|
|
|
isEmpty = 0
|