ide-backend-common-0.9.1: Shared library used be ide-backend and ide-backend-server

Safe HaskellNone
LanguageHaskell2010

IdeSession.Strict.Maybe

Description

Version of maybe that is strict in its argument

Documentation

maybe :: b -> (a -> b) -> Strict Maybe a -> b Source

fromMaybe :: a -> Strict Maybe a -> a Source