Skip to content

Commit 2afdaf7

Browse files
committed
wip - binary: empty testlib module
1 parent c7665e5 commit 2afdaf7

File tree

1 file changed

+1
-21
lines changed
  • libs/cardano-ledger-binary/testlib/Test/Cardano/Ledger/Binary

1 file changed

+1
-21
lines changed

libs/cardano-ledger-binary/testlib/Test/Cardano/Ledger/Binary/Annotator.hs

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,4 @@
77
{-# LANGUAGE TypeFamilies #-}
88
{-# OPTIONS_GHC -Wno-orphans #-}
99

10-
module Test.Cardano.Ledger.Binary.Annotator (
11-
decodeFullAnnotator,
12-
decodeFullAnnotatedBytes,
13-
decodeFullAnnotatorFromHexText,
14-
Annotated (..),
15-
decodeAnnotated,
16-
ByteSpan (..),
17-
Decoded (..),
18-
annotatedDecoder,
19-
slice,
20-
decCBORAnnotated,
21-
reAnnotate,
22-
Annotator (..),
23-
annotatorSlice,
24-
withSlice,
25-
FullByteString (..),
26-
decodeAnnSet,
27-
translateViaCBORAnnotator,
28-
) where
29-
30-
import Cardano.Ledger.Binary
10+
module Test.Cardano.Ledger.Binary.Annotator where

0 commit comments

Comments
 (0)