Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2011
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. eni@jufitsu:~$ ocamlc -i -custom -o serv_up unix.cma kot.ml -cclib -lunix
  2. val establish_server :
  3. (in_channel -> out_channel -> 'a) -> Unix.sockaddr -> unit
  4. val get_my_addr : unit -> Unix.inet_addr
  5. val main_server : (in_channel -> out_channel -> 'a) -> unit
  6. val uppercase_service : in_channel -> out_channel -> unit
  7. val go_uppercase_service : unit -> unit
  8. eni@jufitsu:~$ ./serv_up
  9. bash: ./serv_up: No such file or directory
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement