Guest User

Untitled

a guest
Jan 31st, 2016
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. lemma simple_match_valid_alt[code_unfold]: "simple_match_valid = (λ m.
  2. (let c = (λ(s,e). s ≤ e ∧ (s ≠ 0 ∨ e ≠ max_word)); p = proto_sel (proto m) in (
  3. if c (sports m) ∨ c (dports m) then proto m ≠ ProtoAny ∧ (p = TCP ∨ p = UDP ∨ p = SCTP) else True)))
  4. "
Add Comment
Please, Sign In to add comment