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 a91f9dd commit a17f7c2Copy full SHA for a17f7c2
src/Data/Argonaut/Decode/Combinators.purs
@@ -1,4 +1,7 @@
1
-module Data.Argonaut.Decode.Combinators where
+module Data.Argonaut.Decode.Combinators
2
+ ( getField
3
+ , getFieldOptional
4
+ ) where
5
6
import Prelude
7
0 commit comments