Last active
February 28, 2021 13:32
-
-
Save maoe/59043a0f06dc8cb2f0fb25054b56685b to your computer and use it in GitHub Desktop.
Minimum repro for a GHCi panic due to linkSomeBCOs: no break array
This file contains hidden or 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
module Foo (Foo(..)) where | |
class Foo a where | |
bar :: a -> () | |
bar _ = () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment