Skip to content

Commit 5a34e93

Browse files
committed
Clean up exports
1 parent 82a1c3f commit 5a34e93

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
@@ -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(..),
@@ -256,7 +256,8 @@ package Prelude(
256256
Meta(..), MetaData(..), StarArg(..), NumArg(..), StrArg(..), ConArg(..),
257257
MetaConsNamed(..), MetaConsAnon(..), MetaField(..),
258258

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

0 commit comments

Comments
 (0)