lean4-htt/tests/lean/run/sizeof6.lean
2022-09-26 05:46:04 -07:00

8 lines
170 B
Text

import Lean.Data.PersistentArray
inductive Foo where
| mk (args : Lean.PersistentArray Foo)
#print Foo.mk.sizeOf_spec
#print Foo._sizeOf_2_eq
#print Foo._sizeOf_3_eq