mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
5 lines
87 B
Text
5 lines
87 B
Text
interface File
|
|
exposes [File]
|
|
imports []
|
|
|
|
File : { name : Str, content : Str }
|