Takes a tasks record of Tasks and returns a function that will return the Task of the record that matches the serialization of value; otherwise null. Particularly useful for stdio tasks such as confirm, prompt, and select.
tasks
Task
value
null
Takes a
tasks
record ofTask
s and returns a function that will return theTask
of the record that matches the serialization ofvalue
; otherwisenull
. Particularly useful for stdio tasks such as confirm, prompt, and select.