Skip to content

Commit 236fa1a

Browse files
committed
Clean up exports
1 parent 60fee2c commit 236fa1a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Libraries/Base1/Prelude.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ package Prelude(
172172
Tuple6, tuple6, Has_tpl_6(..),
173173
Tuple7, tuple7, Has_tpl_7(..),
174174
Tuple8, tuple8, Has_tpl_8(..),
175-
AppendTuple(..), AppendTuple'(..), TupleSize(..),
175+
AppendTuple(..), AppendTuple', TupleSize,
176176

177177
-- lists required for desugaring
178178
List(..),
@@ -257,7 +257,8 @@ package Prelude(
257257
Meta(..), MetaData(..), StarArg(..), NumArg(..), StrArg(..), ConArg(..),
258258
MetaConsNamed(..), MetaConsAnon(..), MetaField(..),
259259

260-
primMethod, WrapField(..), WrapMethod(..), WrapPorts(..),
260+
primMethod, -- TODO: Needed only in PreludeBSV for vMkRWire1, should be removed.
261+
WrapField(..), WrapMethod(..), WrapPorts(..),
261262
Port(..), SplitPorts(..)
262263
) where
263264

0 commit comments

Comments
 (0)