Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • GADTs aren't that recent an extension; I would honestly be pretty surprised if any bugs existed in them at this point. :) Commented Aug 1, 2014 at 9:40
  • I have realised that if instead of =, the type definition was using ::=, it would look like a rule of a grammar definition in Backus–Naur Form, where type constructors are like expression variables (nonterminal symbols), and value constructors are like literal characters (terminal symbols). Commented Jul 26, 2015 at 8:28