diff -r 87fdf2de0ffa -r ac66d8ba86d9 Static.thy --- a/Static.thy Fri May 17 09:04:47 2013 +0800 +++ b/Static.thy Tue May 21 08:01:33 2013 +0800 @@ -712,7 +712,7 @@ definition cpfd2sfds :: "t_state \ t_process \ t_sfd set" where - "cpfd2sfds s p \ {sfd. \ fd sfd f. file_of_proc_fd s p fd = Some f \ cfd2sfd s p fd = Some sfd}" + "cpfd2sfds s p \ {sfd. \ fd f. file_of_proc_fd s p fd = Some f \ cfd2sfd s p fd = Some sfd}" definition ch2sshm :: "t_state \ t_shm \ t_sshm option" where @@ -723,7 +723,7 @@ definition cph2spshs :: "t_state \ t_process \ t_sproc_sshm set" where - "cph2spshs s p \ {(sh, flag) | sh flag h. (p, flag) \ procs_of_shm s h \ ch2sshm s h = Some sh}" + "cph2spshs s p \ {(sh, flag). \ h. (p, flag) \ procs_of_shm s h \ ch2sshm s h = Some sh}" definition cp2sproc :: "t_state \ t_process \ t_sproc option" where