feat: DefEq in Hint
#45
Labels
enhancement
New feature or request
fixed on dev
Will be part of the next update
priority-medium
should be addressed within the next months
server
Concerning the lean gameserver
The current
Hint
matches expressions exactly, which allows for detailed instructions aboutunfold
orchange
.However, it would be handy to have an option
Hint (defeq := true) "some text"
to relax this, so that a hint is shown even if the goal is only defEq to the Hint's goal.Also think about defeq in the assumptions. Currently hints might not be shown if the user
unfolds
a definition more/less than the sample solution did, for example in the level aboutFunction.Bijective
.The text was updated successfully, but these errors were encountered: