mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
8 lines
275 B
Text
8 lines
275 B
Text
app "test" provides [zeroEncoder] to "./platform"
|
|
|
|
MEncoder fmt := List U8, fmt -> List U8 where fmt implements Format
|
|
|
|
Format implements it : fmt -> {} where fmt implements Format
|
|
|
|
zeroEncoder = @MEncoder \lst, _ -> lst
|
|
#^^^^^^^^^^^{-1} MEncoder a where a implements Format
|