Skip to content

Instantly share code, notes, and snippets.

@anovstrup
Created December 11, 2019 00:41
Show Gist options
  • Save anovstrup/1123c4fa24d0ca9c85ec73ee0fc8e09b to your computer and use it in GitHub Desktop.
Save anovstrup/1123c4fa24d0ca9c85ec73ee0fc8e09b to your computer and use it in GitHub Desktop.

Define conflicting type / function:

type Foo = Foo Nat
Foo.Foo x = x

Trigger crash!

.> add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment