mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-07 13:48:04 +00:00
17 lines
312 B
Text
17 lines
312 B
Text
hosted [open_file!, close_file!, get_file_line!, get_file_bytes!, put_line!, put_raw!, get_line!, get_char!]
|
|
|
|
open_file! : Str => U64
|
|
|
|
close_file! : U64 => {}
|
|
|
|
get_file_line! : U64 => Str
|
|
|
|
get_file_bytes! : U64 => List U8
|
|
|
|
put_line! : Str => {}
|
|
|
|
put_raw! : Str => {}
|
|
|
|
get_line! : {} => Str
|
|
|
|
get_char! : {} => U8
|