doc: elabissue for structure same-name error msg

This commit is contained in:
Daniel Selsam 2020-02-13 10:25:10 -08:00 committed by Leonardo de Moura
parent 7d7cd1a7c9
commit 13721cdfe9

View file

@ -0,0 +1,2 @@
-- Bad error message when same name is used as parameter and field
structure Foo (n : Nat) : Type := (n : Nat) -- error: invalid return type for 'Foo.mk'