ide-backend-common-0.10.0: Shared library used be ide-backend and ide-backend-server
IdeSession.Strict.Maybe
Description
Version of maybe that is strict in its argument
nothing :: Strict Maybe a Source
just :: a -> Strict Maybe a Source
maybe :: b -> (a -> b) -> Strict Maybe a -> b Source
fromMaybe :: a -> Strict Maybe a -> a Source