solvuu / phat

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

open modules via build config #25

Open agarwal opened 6 years ago

agarwal commented 6 years ago

b823ec53abf34b8a130922ed07bd8d3aab4fe961 deleted an instance of open Core in cli.ml. This might be wrong since we still open Async in that file. We should resolve the matter by doing these kind of universal opens via the compiler's -open flag.