forhappy / uv-ocaml

Ocaml binding for joyent/libuv[https://github.com/joyent/libuv]
BSD 3-Clause "New" or "Revised" License
15 stars 1 forks source link

Move outer types in uv.ml to respective modules #6

Open nrlucaroni opened 10 years ago

nrlucaroni commented 10 years ago

move for example, type pipe to the Pipe module and call it 't' as per standard.