Skip to content
  • Xavier Leroy's avatar
    Compatibility with OCaml 4.08 (#302) · 96383f6d
    Xavier Leroy authored
    * Do not use `Pervasives.xxx` qualified names
    
    Starting with OCaml 4.08, `Pervasives` is deprecated in favor of `Stdlib`,
    and uses of `Pervasives` cause fatal warnings.
    
    This commit uses unqualified names instead, as no ambiguity occurs.
    
    * Clarify "open" statements
    
    OCaml 4.08.0 has stricter warnings concerning open statements that
    shadow module names.
    
    Closes: #300
    96383f6d