mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
7 lines
No EOL
136 B
Text
7 lines
No EOL
136 B
Text
interface InternalFile
|
|
exposes [ReadErr, WriteErr]
|
|
imports []
|
|
|
|
ReadErr : [NotFound, Other]
|
|
|
|
WriteErr : [PermissionDenied, Other] |