Skip to content

Commit ab57e2c

Browse files
committed
Reexport necessary types for ledger tests
1 parent c337e76 commit ab57e2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Codec/CBOR/Cuddle/CBOR/Validator.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
module Codec.CBOR.Cuddle.CBOR.Validator (
66
validateCBOR,
77
validateCBOR',
8+
CDDLResult (..),
9+
CBORTermResult (..),
810
) where
911

1012
import Codec.CBOR.Cuddle.CDDL hiding (CDDL, Group, Rule)

0 commit comments

Comments
 (0)