Merge pull request #1163 from urbit/tsbr-plum

make =| print as =|, not ;;
This commit is contained in:
Jared Tobin 2019-05-09 09:10:56 +08:00 committed by GitHub
commit d9f8e78976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14032,7 +14032,7 @@
[%mcnt *] (rune ';/' ~ ~ (hoons ~[p]:x))
[%mcsg *] (rune ';~' `'==' ~ (hoons [p q]:x))
[%mcmc *] (rune ';;' ~ ~ (hoons ~[p q]:x))
[%tsbr *] (rune ';;' ~ ~ ~[(spec p.x) (hn q.x)])
[%tsbr *] (rune '=|' ~ ~ ~[(spec p.x) (hn q.x)])
[%tscl *] (tiscol-to-plum p.x q.x)
[%tsnt *] (rune '=/' ~ ~ (skin p.x) (hn q.x) (hn r.x) ~)
[%tsmc *] (rune '=;' ~ ~ [(skin p.x) (hoons ~[q r]:x)])