Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. open Core.Std;;
  2.  
  3. module Logon = struct
  4. type t =
  5. { session_id: string;
  6. time: Time.t;
  7. user: string;
  8. credentials: string;
  9. }
  10. with fields
  11. end;;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement