package lustre-v6

  1. Overview
  2. Docs

Define a function missing in the Filename ocaml stdlib

val simplify : string -> string

Simplify the path of a file name.

For instance, in posix, "./x/../file.ext" is simplified into "./file.ext"