runtimeverification / haskell-backend

The symbolic execution engine powering the K Framework
BSD 3-Clause "New" or "Revised" License
204 stars 39 forks source link

Add options to the kore term pretty printer #3963

Closed goodlyrottenapple closed 5 days ago

goodlyrottenapple commented 1 week ago

Add the following options when pretty printing terms:

These can now be passed to the server via the --pretty-print flag. E.g. --pretty-print truncated,decode will preserve current behaviour (and is set as default when no explicit option is provided)