Packages

Validated user input.

Retired package: Deprecated - Missing source files in package.

Current section

Files

Jump to
promptly include promptly_Prompt.hrl
Raw

include/promptly_Prompt.hrl

-record(prompt, {
operation :: fun((binary(), integer()) -> {ok, any()} | {error, any()})
}).