<!DOCTYPE html><html><head><title></title><style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style></head><body><div><br></div><div><br></div><div>On Thu, 17 Sep 2020, at 2:33 PM, Carter Schonwald wrote:<br></div><blockquote type="cite" id="qt" style=""><div dir="auto">I’m not sure how fromMaybe relates here.  Could someone explain?<br></div></blockquote><div><br></div><div>fromMaybe :: a -> Maybe a -> a<br></div><div><br></div><div>is much closer to fromEither :: Either a a -> a (at least to me), than something that takes a function.<br></div></body></html>