Skip to content

Commit 3453625

Browse files
committed
cleanup
1 parent a8ef19a commit 3453625

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Data/Argonaut/Decode/Class.purs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module Data.Argonaut.Decode.Class
66
) where
77

88
import Prelude
9+
910
import Data.Array as Arr
1011
import Control.Alternative (class Plus)
1112
import Data.Argonaut.Core (Json, JArray, JObject, isNull, foldJsonNull, foldJsonBoolean, foldJsonNumber, foldJsonString, toArray, toNumber, toObject, toString, toBoolean)
@@ -24,6 +25,7 @@ import Data.String (charAt, toChar)
2425
import Data.StrMap as SM
2526
import Data.Traversable (traverse, for)
2627
import Data.Tuple (Tuple(..))
28+
2729
import Type.Proxy (Proxy(..))
2830

2931
class DecodeJson a where

0 commit comments

Comments
 (0)