mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-03 06:02:54 +00:00
6 lines
234 B
Text
6 lines
234 B
Text
app "test" provides [main] to "./platform"
|
|
|
|
N := U8 implements [Encoding]
|
|
|
|
main = Encode.to_encoder (@N 15)
|
|
# ^^^^^^^^^^^^^^^^^ N#Encode.to_encoder(3): N -[[#N_to_encoder(3)]]-> Encoder fmt where fmt implements EncoderFormatting
|