mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Update parse tests to incorporate module headers
This commit is contained in:
parent
f5a480f799
commit
3e01df2bcf
8 changed files with 63 additions and 26 deletions
|
@ -174,7 +174,7 @@ pub fn module_name<'a>() -> impl Parser<'a, ModuleName<'a>> {
|
|||
}
|
||||
|
||||
#[inline(always)]
|
||||
fn app_header<'a>() -> impl Parser<'a, AppHeader<'a>> {
|
||||
pub fn app_header<'a>() -> impl Parser<'a, AppHeader<'a>> {
|
||||
parser::map(
|
||||
and!(
|
||||
skip_first!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue