lean4-htt/tests/lean/sizeof.lean.expected.out
Leonardo de Moura d6eb5a9ff2 feat: generate sizeOf equality lemmas for constructors
TODO: support for nested inductive types.
2021-01-21 17:44:15 -08:00

11 lines
172 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.

10
6
7
12
100
553
308
310
11
InfTree.node.sizeOf_spec : {α : Type u_1} →
[inst : SizeOf α] → (children : Nat → InfTree α) → sizeOf (InfTree.node children) = 1