Hangman.Text.Client.Prompter.accept_move
You're seeing just the function
accept_move
, go back to Hangman.Text.Client.Prompter module for more information.
Link to this function
accept_move(state)
Specs
accept_move(Hangman.Text.Client.State.t()) :: Hangman.Text.Client.State.t() | no_return()
Link to this function
accept_move(state, msg)
Specs
accept_move(Hangman.Text.Client.State.t(), String.t()) :: Hangman.Text.Client.State.t() | no_return()