Skip to content

Commit 2fdd8d8

Browse files
committed
Ad a comment
1 parent 3c96da2 commit 2fdd8d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Libraries/Base1/Prelude.bs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4631,6 +4631,7 @@ instance WrapPorts () () where
46314631
filterZeroWidthPorts _ Nil = Nil
46324632
filterZeroWidthPorts _ _ = error "filterZeroWidthPorts: non-empty port names list"
46334633

4634+
-- Helper class to conditionally convert Bit 0 to ()
46344635
class NonEmptyBits n pb | n -> pb where
46354636
toNonEmptyBits :: Bit n -> pb
46364637
fromNonEmptyBits :: pb -> Bit n

0 commit comments

Comments
 (0)