The inheritance-based approach doesn't scale to a second subclass for parameterized attributes
8 lines
147 B
Text
8 lines
147 B
Text
slow_error.lean:4:9: error: type mismatch at application
|
|
a = b
|
|
term
|
|
b
|
|
has type
|
|
string
|
|
but is expected to have type
|
|
(user_attribute string)
|