-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor code to avoid needing unsnoc
The previous code, defined in terms of `unsnoc`, required multiple `panic` cases, which was somewhat unsightly. This new implementation is functionally equivalent, does not require any `panic` fall-through cases, and is much nicer to look at.
- Loading branch information
1 parent
11309c4
commit 33f9583
Showing
1 changed file
with
14 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters