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 9fb6874 commit 7beff47Copy full SHA for 7beff47
src/Data/Argonaut/Encode/Class.purs
@@ -8,7 +8,7 @@ import Data.Int (toNumber)
8
import Data.List (List(..), (:), toUnfoldable)
9
import Data.Map as M
10
import Data.Maybe (Maybe(..))
11
-import Data.String (singleton)
+import Data.String.CodeUnits (singleton)
12
import Data.Tuple (Tuple(..))
13
import Foreign.Object as FO
14
0 commit comments