mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
19 lines
324 B
Text
19 lines
324 B
Text
hosted Host
|
|
exposes [openFile!, closeFile!, getFileLine!, getFileBytes!, putLine!, putRaw!, getLine!, getChar!]
|
|
imports []
|
|
|
|
openFile! : Str => U64
|
|
|
|
closeFile! : U64 => {}
|
|
|
|
getFileLine! : U64 => Str
|
|
|
|
getFileBytes! : U64 => List U8
|
|
|
|
putLine! : Str => {}
|
|
|
|
putRaw! : Str => {}
|
|
|
|
getLine! : {} => Str
|
|
|
|
getChar! : {} => U8
|