mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
8 lines
141 B
Text
8 lines
141 B
Text
interface Defaults
|
|
exposes []
|
|
imports [
|
|
Map.{ Map },
|
|
Set.{ Set },
|
|
Float.{ Float },
|
|
Int.{ Int }
|
|
]
|