ejgallego / coq-lsp

Visual Studio Code Extension and Language Server Protocol for Coq
GNU Lesser General Public License v2.1
135 stars 31 forks source link

[petanque] Allow memoization control on `petanque/run` #780

Closed ejgallego closed 1 month ago

ejgallego commented 1 month ago

A new parameter memo to petanque/run controls whether the execution is memoized server-side.

true by default.

We also rename run_tac -> run as to be more consistent.