You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letupdate msg model =match msg, model.CurrentPage with| NounDeclensionMsg msg, NounDeclension m ->...|_,_->
model, Cmd.none
This should be refactored as it can cause errors when some combinations are not handled. Current problem is that some combinations don't make sense e.g. NounDeclensionMsg, AdjectiveDeclension
The text was updated successfully, but these errors were encountered:
See ./src/Client/App.fs
This should be refactored as it can cause errors when some combinations are not handled. Current problem is that some combinations don't make sense e.g. NounDeclensionMsg, AdjectiveDeclension
The text was updated successfully, but these errors were encountered: