mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Update parser error message
This commit is contained in:
parent
887ec00d0e
commit
b013f4257d
@ -504,8 +504,8 @@ let scope_item :=
|
||||
DateRounding(v), Marked.get_mark v
|
||||
| _ ->
|
||||
Errors.raise_spanned_error
|
||||
(Pos.from_lpos $sloc)
|
||||
"Expected round"
|
||||
(Pos.from_lpos $loc(i))
|
||||
"Expected the form 'date round increasing' or 'date round decreasing'"
|
||||
}
|
||||
|
||||
let struct_scope_base :=
|
||||
|
Loading…
Reference in New Issue
Block a user