mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Merge branch 'trunk' into gen-equality
This commit is contained in:
commit
76a9461cfe
41 changed files with 2123 additions and 53 deletions
|
@ -133,7 +133,7 @@ pub fn list_repeat<'a, 'ctx, 'env>(
|
|||
)
|
||||
}
|
||||
|
||||
/// List.prepend List elem, elem -> List elem
|
||||
/// List.prepend : List elem, elem -> List elem
|
||||
pub fn list_prepend<'a, 'ctx, 'env>(
|
||||
env: &Env<'a, 'ctx, 'env>,
|
||||
inplace: InPlace,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue