Using Maybe type in Haskell May 25, 2023 by Tarik Alternatively you can pattern match: case maybeValue of Just value -> ... Nothing -> ...