Guest User

Untitled

a guest
Jul 23rd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. (* Apache log web tracer *)
  2.  
  3. type Hit = Time * Url * Url; // Url, UrlReferrer
  4. type Visit = list of Hit
  5. type Entry = IP * Agent * Visit
Add Comment
Please, Sign In to add comment