roc/compiler/builtins/docs/Defaults.roc
2020-06-22 23:25:38 -04:00

7 lines
128 B
Text

interface Defaults
exposes []
imports [
Map.{ Map },
Set.{ Set },
Num.{ Num, Int, Float }
]