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.
2 parents 32d178b + a54bd12 commit 54f4b20Copy full SHA for 54f4b20
src/Data/JSDate.purs
@@ -237,7 +237,7 @@ toDateString :: JSDate -> String
237
toDateString dt = runFn2 dateMethod "toDateString" dt
238
239
-- | Converts a date value to an ISO 8601 Extended format date string.
240
-toISOString :: forall eff. JSDate -> Eff (err :: EXCEPTION | eff) String
+toISOString :: forall eff. JSDate -> Eff (exception :: EXCEPTION | eff) String
241
toISOString dt = runFn2 dateMethodEff "toISOString" dt
242
243
-- | Returns a string representing for a date value.
0 commit comments