In the signals documentation, it should be mentioned that signal() is an alias for new Signal.State() and computed() is an alias for new Signal.Computed().
In the current version, signal() gets used but is never explained, and computed() is never mentioned.