Skip to content

Commit a27f5e5

Browse files
committed
Remove (..) from export of AppendTuple', TupleSize
1 parent 82a1c3f commit a27f5e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Libraries/Base1/Prelude.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ package Prelude(
171171
Tuple6, tuple6, Has_tpl_6(..),
172172
Tuple7, tuple7, Has_tpl_7(..),
173173
Tuple8, tuple8, Has_tpl_8(..),
174-
AppendTuple(..), AppendTuple'(..), TupleSize(..),
174+
AppendTuple(..), AppendTuple', TupleSize,
175175

176176
-- lists required for desugaring
177177
List(..),
@@ -1917,8 +1917,8 @@ mkRegU = liftModule $
19171917
primSavePortType name "D_IN" t
19181918
primSavePortType name "Q_OUT" t
19191919
interface
1920-
_read = unpack _r.read
1921-
_write x = fromPrimAction (_r.write (pack x))
1920+
_read = fromWrapMethod _r.read
1921+
_write = fromWrapMethod _r.write
19221922

19231923
-- only for n>0
19241924
vMkRegA :: Bit n -> Module (VReg n)

0 commit comments

Comments
 (0)