mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
10 lines
230 B
Text
10 lines
230 B
Text
app "test" provides [main] to "./platform"
|
|
|
|
entry =
|
|
{
|
|
toF32: Num.toF32,
|
|
toF64: Num.toF64,
|
|
}
|
|
|
|
main = entry
|
|
# ^^^^^ { toF32 : Num * -[[Num.toF32(139)]]-> F32, toF64 : Num w_a -[[Num.toF64(141)]]-> F64 }
|