lean4-htt/tests/lean/slow_error.lean.expected.out
Sebastian Ullrich 3188c4cbcf refactor(library/tactic/user_attribute,init/meta/attribute): merge caching_user_attribute into user_attribute
The inheritance-based approach doesn't scale to a second subclass for parameterized attributes
2017-09-05 23:14:34 +02:00

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)