feat: Could not match type NonEmptyList with type Array

This commit is contained in:
Serhii Khoma 2021-02-11 21:31:17 +02:00
parent f79de31fde
commit 5ba18264c7

View File

@ -10,7 +10,7 @@ import Control.Monad.Error.Class (throwError)
import Control.Monad.Except (ExceptT, except, runExcept, runExceptT)
import Data.Argonaut (Json)
import Data.Argonaut (stringify) as Argonaut
import Data.Array (foldl)
import Data.Foldable (foldl)
import Data.Array as Array
import Data.Bifunctor (lmap)
import Data.ByteString (ByteString)