8000 Start using the `‖`-notation also in its translation · input-output-hk/thorn-calculus@d8c1ea6 · GitHub
[go: up one dir, main page]

Skip to content

Commit d8c1ea6

Browse files
committed
Start using the -notation also in its translation
1 parent 33623d3 commit d8c1ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Thorn_Calculus-Processes.thy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ syntax
6363
"_general_parallel" :: "pttrn \<Rightarrow> 'a list \<Rightarrow> 'p \<Rightarrow> 'p"
6464
(\<open>(3\<Parallel>_ \<leftarrow> _. _)\<close> [0, 0, 52] 52)
6565
translations
66-
"_general_parallel v vs p" \<rightleftharpoons> "CONST general_parallel (\<lambda>v. p) vs"
66+
"\<Parallel>v \<leftarrow> vs. p" \<rightleftharpoons> "CONST general_parallel (\<lambda>v. p) vs"
6767
print_translation \<open>
6868
[
6969
preserve_binder_abs_general_parallel_tr'

0 commit comments

Comments
 (0)
0