Skip to content

Commit ca9185d

Browse files
authored
Merge pull request #34 from cdepillabout/export-getFieldOptional
Export getFieldOptional (.??) from Data.Argonaut.Decode.
2 parents dc778b2 + 7182ccf commit ca9185d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Argonaut/Decode.purs

+1-1
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)