Start the ACL2 sidekick web server.
(start &key port) → *
Function:
(defun start-fn (port) (declare (xargs :guard (maybe-natp port))) (declare (ignorable port)) (let ((__function__ 'start)) (declare (ignorable __function__)) (raise "Under the hood definition not installed.")))