Skip to content

Add infix operator Common.=|> to compose Optional with Lens

Compare
Choose a tag to compare
@arturopala arturopala released this 15 Mar 23:17
· 16 commits to master since this release
    .getOption (maybe =|> id) (Just { id = 12 })
    > 12