8000 Make `sync_send` processes pretty-printing blocks · input-output-hk/thorn-calculus@5a2f883 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5a2f883

Browse files
committed
Make sync_send processes pretty-printing blocks
1 parent fa2b389 commit 5a2f883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Thorn_Calculus-Derived-Channels-Synchronous.thy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ instance sync_channel :: (type) embeddable
1818

1919
lift_definition
2020
sync_send :: "'a sync_channel \<Rightarrow> 'a \<Rightarrow> process \<Rightarrow> process"
21-
(\<open>_ \<triangleleft>\<^bsub>s\<^esub> _;/ _\<close> [53, 0, 52] 52)
21+
(\<open>(_ \<triangleleft>\<^bsub>s\<^esub> _;/ _)\<close> [53, 0, 52] 52)
2222
is "\<lambda>A x p. A \<triangleright> (a :: 'a channel). (a \<triangleleft> x \<parallel> p)" .
2323

2424
lift_definition sync_receive :: "'a sync_channel \<Rightarrow> ('a \<Rightarrow> process) \<Rightarrow> process"

0 commit comments

Comments
 (0)
0