roc/crates/cli/tests/benchmarks/platform/Host.roc

7 lines
135 B
Text

hosted [put_line!, put_int!, get_int!]
put_line! : Str => {}
put_int! : I64 => {}
get_int! : {} => { value : I64, is_error : Bool }