Skip to content

Commit a17f7c2

Browse files
author
Chris Cornwell
committed
add explicit exports to Decode.Combinators
1 parent a91f9dd commit a17f7c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Data/Argonaut/Decode/Combinators.purs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
module Data.Argonaut.Decode.Combinators where
1+
module Data.Argonaut.Decode.Combinators
2+
( getField
3+
, getFieldOptional
4+
) where
25

36
import Prelude
47

0 commit comments

Comments
 (0)