fromMaybe -package:rattletrap -package:universum -package:base-prelude -package:opaleye package:strict

Given a default value and a Maybe, yield the default value if the Maybe argument is Nothing and extract the value out of the Just otherwise.