Skip to content

Commit

Permalink
Tiny bug
Browse files Browse the repository at this point in the history
  • Loading branch information
adamritter committed Dec 3, 2024
1 parent 3d64558 commit a31f5f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/enum_bin.hvml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ data Pair { #Pair{fst snd} }

// Decrements a Bin
@dec(a) = ~a{
#O{p}: #O{@dec(p)}
#I{p}: #I{p}
#O{p}: #I{@dec(p)}
#I{p}: #O{p}
#E: #E
}

Expand Down

0 comments on commit a31f5f7

Please sign in to comment.