Added contains
functions in List and Option. Fixed one type error
#769
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "contains-fun"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: radrow
Created by: UlfNorell
Why not
contains(e, o) = o == Some(e)
?Created by: hanssv
Tests are failing?
contains
looks good.Created by: radrow
Recloned repo and it turned out that that change was unnecessary. No idea
Created by: hanssv
Review: Approved
Created by: UlfNorell
Review: Approved
Merged by: hanssv at 2020-08-27 09:25:39 UTC