<div dir="ltr"><div dir="ltr">Am So., 6. Dez. 2020 um 07:20 Uhr schrieb Reed Mullanix <<a href="mailto:reedmullanix@gmail.com">reedmullanix@gmail.com</a>>:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>[...]</div><div>  intersections :: Ord a => NonEmpty (Set a) -> Set a<br>  intersections (s :| ss) = Foldable.foldl' intersection s ss</div><div>[...]</div></div></blockquote><div><br></div><div>Why NonEmpty? I would expect "intersections [] = Set.empty", because the result contains all the elements which are in all sets, i.e. none. That's at least my intuition, is there some law which this would violate? </div></div></div>