solvuu / phat

Strongly typed file path and file system operations.
ISC License
26 stars 4 forks source link

fix Filesys coding style #6

Closed agarwal closed 8 years ago

agarwal commented 8 years ago

Few issues to consider:

agarwal commented 8 years ago

Regarding error messages, perhaps we should start using ppx_here. It seems easy to use:

utop # #require "ppx_here";;
utop # _here_;;
- : Lexing.position =
{Lexing.pos_fname = "/toplevel"; pos_lnum = 1; pos_bol = 0; pos_cnum = 0}
pveber commented 8 years ago

14d3fa9 addresses the modifications we discussed in the last meeting.

agarwal commented 8 years ago

Looks good. I'm closing this issue.