lean4-htt/tests/lean/run/2710.lean

8 lines
124 B
Text

/-!
# Structure field default values can be noncomputable
-/
noncomputable def ohno := 1
structure OhNo where
x := ohno