Skip to content

Commit 7182ccf

Browse files
committed
Export getFieldOptional (.??) from Data.Argonaut.Decode.
Fixes #33.
1 parent dc778b2 commit 7182ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Argonaut/Decode.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ module Data.Argonaut.Decode
44
) where
55

66
import Data.Argonaut.Decode.Class (class DecodeJson, decodeJson)
7-
import Data.Argonaut.Decode.Combinators (getField, (.?))
7+
import Data.Argonaut.Decode.Combinators (getField, (.?), getFieldOptional, (.??))

0 commit comments

Comments
 (0)