package lustre-v6

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module FilenameExtrasSource

Define a function missing in the Filename ocaml stdlib

Sourceval simplify : string -> string

Simplify the path of a file name.

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

OCaml

Innovation. Community. Security.