fing icon indicating copy to clipboard operation
fing copied to clipboard

Parser crashes when subtype constraint isn't the last type-var constraint

Open sandersn opened this issue 14 years ago • 0 comments

eg

list<'a> when 'a : (read<'a,'b when 'a :> 'b and 'a : null> : 'a -> 'b)

The likelihood of people entering types like this is pretty low, but whatever.

sandersn avatar Jun 21 '10 15:06 sandersn