Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
pilfer-pandex committed May 9, 2019
2 parents c30bea0 + d9f8e78 commit 6d11766
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/test.hoon
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@
%- (slog (report-error spur head.build-result.res))
=/ nex=(list ^spur)
=< p
;; ,[%success %$ %cont * p=(list ^spur)]
;; [%success %$ %cont * p=(list ^spur)]
tail.build-result.res
?~ nex ~&(%cores-tested ~)
[ost (build-core nex)]~
@@ -90,7 +90,7 @@
%- (slog (report-error /[ren]/ren head.build-result.res))
=/ nex=(list term)
=< p
;; ,[%success %$ %cont * p=(list term)]
;; [%success %$ %cont * p=(list term)]
tail.build-result.res
?~ nex ~&(%rens-tested ~)
[ost (build-rend nex)]~
2 changes: 1 addition & 1 deletion sys/hoon.hoon
Original file line number Diff line number Diff line change
@@ -14022,7 +14022,7 @@
[%mcnt *] (rune ';/' ~ ~ (hoons ~[p]:x))
[%mcsg *] (rune ';~' `'==' ~ (hoons [p q]:x))
[%mcmc *] (rune ';;' ~ ~ ~[(spec p.x) (hn 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)])

0 comments on commit 6d11766

Please sign in to comment.