Created
February 11, 2023 10:31
-
-
Save edsko/a4f9bbd2956cd038ff266dc17138bf50 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Due to Oleg | |
Prelude GHC.IO> (return 'x' >>= const undefined :: IO Int) `seq` () | |
() | |
Prelude GHC.IO> (const undefined 'x' :: IO Int) `seq` () | |
*** Exception: Prelude.undefined | |
CallStack (from HasCallStack): | |
undefined, called at <interactive>:9:8 in interactive:Ghci4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment