noncomputable-hole minimal example
noncomputable_hole_example
Submitter: Kim Morrison.
Notes: Minimal example exercising noncomputable def/instance holes; the generated Solution.lean delegations must be noncomputable so that honest (noncomputable) submissions compile.
Source: Unavailable.
Informal solution: Unavailable.
def RWidget : Type := sorrynoncomputable instance instInhabitedRWidget : Inhabited RWidget := sorrynoncomputable def rwidgetPoint : RWidget := sorrytheorem rwidgetPoint_default : rwidgetPoint = (default : RWidget) := sorrySolved by
Not yet solved.