mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-15 08:15:07 +00:00
cleanup, improve docs
This commit is contained in:
parent
c32fa5b600
commit
0143035dc0
8 changed files with 42 additions and 60 deletions
|
@ -713,9 +713,9 @@ pub fn parse_single_def<'a>(
|
|||
// Stdout.line! "Bar"
|
||||
// a=Stdout.line! "Foo"
|
||||
// Task.ok {}
|
||||
operator_result_state.line_indent() + 1,
|
||||
&operator_result_state.line_indent() + 1,
|
||||
arena,
|
||||
operator_result_state.clone(),
|
||||
operator_result_state,
|
||||
loc_pattern,
|
||||
spaces_before_current,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue