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