what are the extra arguments?cells-doc.pdf wrote:(c-input (&rest args) &optional value)
Same as c-in, but it lets specify extra arguments, and value is optional.
with-integrity
what are the differences?cells-doc.pdf wrote:(with-integrity (&optional <opcode> <defer-info>) <body>)
Makes sure to run <body> only when the system is in a consistent state. <opcode> tells what type of anomaly should be handled. Possible values are :tell-dependents, :awaken, :client, :ephemeral-reset and :change