diff -r ac66d8ba86d9 -r 3e7617baa6a3 Static.thy --- a/Static.thy Tue May 21 08:01:33 2013 +0800 +++ b/Static.thy Tue May 21 10:19:51 2013 +0800 @@ -47,7 +47,7 @@ definition init_cfds2sfds :: "t_process \ (security_context_t \ t_open_flags \ t_sfile) set" where - "init_cfds2sfds p \ { sfd. \ fd sfd f. init_file_of_proc_fd p fd = Some f \ init_cfd2sfd p fd = Some sfd}" + "init_cfds2sfds p \ { sfd. \ fd f. init_file_of_proc_fd p fd = Some f \ init_cfd2sfd p fd = Some sfd}" definition init_ch2sshm :: "t_shm \ t_sshm option" where @@ -58,7 +58,7 @@ definition init_cph2spshs :: "t_process \ (t_sshm \ t_shm_attach_flag) set" where - "init_cph2spshs p \ {(sh, flag)| sh flag h. (p, flag) \ init_procs_of_shm h \ + "init_cph2spshs p \ {(sh, flag). \ h. (p, flag) \ init_procs_of_shm h \ init_ch2sshm h = Some sh}" definition init_cp2sproc :: "t_process \ t_sproc option"