Skip to content

Commit 9c75838

Browse files
author
Chris Cornwell
committed
add infix operators to exports for Decode.Combinators
1 parent a17f7c2 commit 9c75838

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Data/Argonaut/Decode/Combinators.purs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
module Data.Argonaut.Decode.Combinators
22
( getField
33
, getFieldOptional
4+
, defaultField
5+
, (.?)
6+
, (.??)
7+
, (.?=)
48
) where
59

610
import Prelude

0 commit comments

Comments
 (0)