Builtin symbols - runtimeverification/haskell-backend GitHub Wiki
Pull Request #632 is a self-contained example of adding a builtin symbol. When adding a builtin symbol, we should add:
- An entry to the hooks document.
- A symbol verifier.
- An evaluator for concrete arguments (at least).
- A declaration to
Test.Kore.Builtin.Definition
. - A few tests with different concrete arguments.