Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

reverted nap:to bugfix #1144

Merged
merged 2 commits into from
Apr 14, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions sys/hoon.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -1875,10 +1875,9 @@
::
++ nap :: removes head
?> ?=(^ a)
?~ a ~
=+ b=get
?~ q.b ~
bal(a ^+(a [n=n.q.b l=l.q.b r=r.q.b]))
?: =(~ l.a) r.a
=+ b=get(a l.a)
bal(a ^+(a [p.b q.b r.a]))
::
++ put :: insert new tail
|* b/*
Expand Down
51 changes: 0 additions & 51 deletions tests/sys/hoon/qeu.hoon

This file was deleted.