mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
great success
This commit is contained in:
parent
694a896d54
commit
f1a8b75196
5 changed files with 459 additions and 70 deletions
|
@ -98,7 +98,7 @@ pub struct ClosureLayout<'a> {
|
|||
/// the layout that this specific closure captures
|
||||
/// uses a Vec instead of a MutMap because it's Hash
|
||||
/// the vec is likely to be small, so linear search is fine
|
||||
captured: &'a [(TagName, &'a [Layout<'a>])],
|
||||
pub captured: &'a [(TagName, &'a [Layout<'a>])],
|
||||
|
||||
/// use with care; there is some stuff happening here re. unwrapping
|
||||
/// one-element records that might cause issues
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue