Skip to content

Instantly share code, notes, and snippets.

@maoe
Last active February 28, 2021 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maoe/59043a0f06dc8cb2f0fb25054b56685b to your computer and use it in GitHub Desktop.
Save maoe/59043a0f06dc8cb2f0fb25054b56685b to your computer and use it in GitHub Desktop.
Minimum repro for a GHCi panic due to linkSomeBCOs: no break array
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