mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
Mark a couple functions as crate-exposed
This commit is contained in:
parent
0b57d2f74f
commit
e89f5ad6e5
1 changed files with 2 additions and 2 deletions
|
@ -1610,7 +1610,7 @@ impl<'a> LambdaSet<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn extend_argument_list<I>(
|
||||
pub(crate) fn extend_argument_list<I>(
|
||||
&self,
|
||||
arena: &'a Bump,
|
||||
interner: &I,
|
||||
|
@ -1644,7 +1644,7 @@ impl<'a> LambdaSet<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn extend_argument_list_for_named(
|
||||
pub(crate) fn extend_argument_list_for_named(
|
||||
&self,
|
||||
arena: &'a Bump,
|
||||
lambda_name: LambdaName<'a>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue