Skip to content

Commit

Permalink
Merge branch 'develop' into _update-deps_runtimeverification_haskell-…
Browse files Browse the repository at this point in the history
…backend
  • Loading branch information
rv-jenkins authored Nov 30, 2022
2 parents 3eab5d5 + 1c527f3 commit 7f7c570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ Here, we have that:

- In frontend K, you can refer to "symbol1" as `#Foo` (from `klabel(#Foo)`),
and the backend will see `'Hash'Foo` as the symbol name.
- In frontend K, you can refer to "symbol2" as `Bar` (from `klabel(#Bar)`),
- In frontend K, you can refer to "symbol2" as `#Bar` (from `klabel(#Bar)`),
and the backend will see
`'Hash'Bar'LParUndsCommUndsRParUnds'MYMODULE'Unds'FooBarBaz'Unds'Int'Unds'Int`
as the symbol name.
Expand Down

0 comments on commit 7f7c570

Please sign in to comment.