Open
Description
Recently someone pushed this commit to Got with the following message:
Use
Merge
as it's stricter than the intersection operator
I came here looking for an explanation on what exactly this means, and found none. I noticed that Merge uses the intersection operator under the hood, but I'd like to understand this better. Thanks.
Relates to #8
Also seems very related to this question I asked on SO recently (in which coincidentally I invented the terminology merged type before noticing the existence of Merge
here in type-fest)