We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17f7c2 commit 9c75838Copy full SHA for 9c75838
src/Data/Argonaut/Decode/Combinators.purs
@@ -1,6 +1,10 @@
1
module Data.Argonaut.Decode.Combinators
2
( getField
3
, getFieldOptional
4
+ , defaultField
5
+ , (.?)
6
+ , (.??)
7
+ , (.?=)
8
) where
9
10
import Prelude
0 commit comments