Skip to content

Commit

Permalink
remove pedantic message
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwoo committed Mar 20, 2021
1 parent 38d5825 commit 2341aa4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Simple/JSON.purs
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ readJSON_ :: forall a
-> Maybe a
readJSON_ = hush <<< readJSON

-- | Uses the global JSON object to turn anything into a string. Careful! Trying
-- | to serialize functions returns undefined
-- | JSON.stringify
foreign import _unsafeStringify :: forall a. a -> String

unsafeStringify :: forall a. a -> String
Expand Down

0 comments on commit 2341aa4

Please sign in to comment.