File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
typed-protocols-stateful/src/Network/TypedProtocol/Stateful
typed-protocols/src/Network/TypedProtocol Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,7 @@ module Network.TypedProtocol.Stateful.Codec
41
41
-- * CodecFailure
42
42
, CodecFailure (.. )
43
43
-- * Testing codec properties
44
- , AnyMessage (.. )
45
- , pattern AnyMessageAndAgency
44
+ , AnyMessage (.. , AnyMessageAndAgency )
46
45
, showAnyMessage
47
46
, prop_codecM
48
47
, prop_codec
@@ -60,7 +59,7 @@ import Network.TypedProtocol.Codec (CodecFailure (..),
60
59
DecodeStep (.. ), SomeMessage (.. ), hoistDecodeStep ,
61
60
isoDecodeStep , mapFailureDecodeStep , runDecoder ,
62
61
runDecoderPure )
63
- import qualified Network.TypedProtocol.Codec as TP
62
+ import qualified Network.TypedProtocol.Codec as TP hiding ( AnyMessageAndAgency )
64
63
65
64
66
65
-- | A stateful codec.
Original file line number Diff line number Diff line change @@ -45,8 +45,7 @@ module Network.TypedProtocol.Codec
45
45
-- * CodecFailure
46
46
, CodecFailure (.. )
47
47
-- * Testing codec properties
48
- , AnyMessage (.. )
49
- , pattern AnyMessageAndAgency
48
+ , AnyMessage (AnyMessage , AnyMessageAndAgency )
50
49
, prop_codecM
51
50
, prop_codec
52
51
, prop_codec_splitsM
You can’t perform that action at this time.
0 commit comments