Skip to content

Commit b4c0d50

Browse files
Prune DecodeM re-exports in KDL.Decoder.Arrow
1 parent f29a37e commit b4c0d50

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

src/KDL/Decoder/Arrow.hs

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,20 @@ module KDL.Decoder.Arrow (
1212

1313
-- * Decoder
1414
Decoder,
15-
module KDL.Decoder.Internal.DecodeM,
15+
liftDecodeM,
1616
fail,
1717
withDecoder,
1818
debug,
1919

20+
-- ** DecodeM
21+
DecodeM,
22+
runDecodeM,
23+
decodeThrow,
24+
failM,
25+
26+
-- ** Decode errors
27+
module KDL.Decoder.Internal.Error,
28+
2029
-- * Document
2130
DocumentDecoder (..),
2231
document,
@@ -112,6 +121,7 @@ import Data.Word (Word16, Word32, Word64, Word8)
112121
import GHC.Int (Int16, Int32, Int8)
113122
import KDL.Decoder.Internal.DecodeM
114123
import KDL.Decoder.Internal.Decoder
124+
import KDL.Decoder.Internal.Error
115125
import KDL.Decoder.Schema (
116126
Schema (..),
117127
SchemaItem (..),

0 commit comments

Comments
 (0)