Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

    import Data.Maybe

    let x = fromMaybe 1 (Just 2)
    -- x == 2
    let y = fromMaybe 1 Nothing
    -- y = 1


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: