Skip to content

Commit ccd296f

Browse files
committed
Re-export protocolTupleInstances from Protocols.Plugin
1 parent 5553ae2 commit ccd296f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

clash-protocols-base/src/Protocols/Plugin.hs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,20 @@ A GHC source plugin providing a DSL for writing Circuit components. Credits to
77
@circuit-notation@ at <https://github.com/cchalmers/circuit-notation>.
88
-}
99
module Protocols.Plugin (
10+
-- * Circuit types
1011
Circuit (..),
1112
Protocol (..),
13+
14+
-- * clash-prelude related types
1215
CSignal,
16+
17+
-- * plugin functions
1318
plugin,
1419
circuit,
1520
(-<),
21+
22+
-- * template haskell functions
23+
protocolTupleInstances,
1624
) where
1725

1826
-- base

0 commit comments

Comments
 (0)