haste-compiler icon indicating copy to clipboard operation
haste-compiler copied to clipboard

'encodeJSON' from package 'json' causes infinite loop at runtime.

Open rustydc opened this issue 9 years ago • 0 comments

This example makes my Chrome tab hang:

module Main where
import Haste
import Text.JSON.Generic
main = alert (encodeJSON (Just True))

rustydc avatar Oct 08 '14 02:10 rustydc