in level 2 of advanced addition world I foolishly did repeat {apply succ_inj} which I suppose went into a recursive loop and broke the game, after some time I got a new kind of error failed to synthesize type class instance for a b : mynat, h : succ (succ a) = succ (succ b) ⊢ has_bind nat_num_game which as far as I can see is unrecoverable from without resetting the game
in level 2 of advanced addition world I foolishly did
repeat {apply succ_inj}
which I suppose went into a recursive loop and broke the game, after some time I got a new kind of errorfailed to synthesize type class instance for a b : mynat, h : succ (succ a) = succ (succ b) ⊢ has_bind nat_num_game
which as far as I can see is unrecoverable from without resetting the game