8 lines
124 B
Text
8 lines
124 B
Text
/-!
|
|
# Structure field default values can be noncomputable
|
|
-/
|
|
|
|
noncomputable def ohno := 1
|
|
|
|
structure OhNo where
|
|
x := ohno
|