Merge branch 'trunk' into gen-equality

This commit is contained in:
Richard Feldman 2021-02-12 19:13:01 -05:00 committed by GitHub
commit 76a9461cfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 2123 additions and 53 deletions

View file

@ -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,