Closed belucid closed 3 years ago
The list of matches to [a] -> [a] is now different, and the number for viewing base.List.reverse is different, and its definition no longer contains use base.List +:.
[a] -> [a]
base.List.reverse
use base.List +:
These small differences could be confusing to the first time Unison user.
:construction_worker: Deploy request for unisonweb-org pending review. Visit the deploys page to approve it
:hammer: Explore the source changes: 72e936c64963891115ff901c5a4e965cdf22edc2
Thanks @belucid!
The list of matches to
[a] -> [a]
is now different, and the number for viewingbase.List.reverse
is different, and its definition no longer containsuse base.List +:
.These small differences could be confusing to the first time Unison user.