lean4-htt/tests/lean/derive.lean.expected.out
Sebastian Ullrich 928e982565 chore(init/meta/mk_has_reflect_instance): disallow indexed families for now
We need to adapt the recursion code to pass `reflected` instances for indices
2017-09-14 18:48:18 +02:00

8 lines
440 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

foo.has_reflect :
Π (α : Type) [a : has_reflect α] (β : Type) [a : has_reflect β] [a : reflected α] [a : reflected β],
has_reflect (foo α β)
foo'.decidable_eq :
Π (α : Type u_1) [a : decidable_eq α] (β : Type u_1) [a : decidable_eq β] (n a : ),
decidable_eq (foo' α β n a)
foo'.has_sizeof :
Π (α : Type u_1) [a : has_sizeof α] (β : Type u_1) [a : has_sizeof β] (n a : ), has_sizeof (foo' α β n a)