mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
7 lines
130 B
Text
7 lines
130 B
Text
interface Defaults
|
|
exposes []
|
|
imports [
|
|
Dict.{ Dict },
|
|
Set.{ Set },
|
|
Num.{ Num, Int, Float }
|
|
]
|