- zipper_goto(+Zipper, +Where) is semidet
- Seek Zipper to a specified entry. Where is one of
- first
- Go to the first entry. Fails if the zip is empty.
- next
- Go to the next entry. Fails if there is no next entry.
- file(Name)
- Go to the entry with the specified name.