package file_path

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

Source file test_operators.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
open! Core

(* The operators are synonyms for already-tested functions. *)

let ( ~/ ) = Test_relative.of_string
let ( !/ ) = Test_absolute.of_string
let ( ?/ ) = Test_path.of_string
let ( ~. ) = Test_part.of_string
let ( !/$ ) = Test_absolute.to_string
let ( ~/$ ) = Test_relative.to_string
let ( ?/$ ) = Test_path.to_string
let ( ~.$ ) = Test_part.to_string
let ( !/? ) = Test_path.of_absolute
let ( ~/? ) = Test_path.of_relative
let ( ~.? ) = Test_path.of_part_relative
let ( ~.~ ) = Test_relative.of_part
let ( /~/ ) = Test_relative.append
let ( /!/ ) = Test_absolute.append
let ( /?/ ) = Test_path.append
let ( /~. ) = Test_relative.append_part
let ( /!. ) = Test_absolute.append_part
let ( /?. ) = Test_path.append_part
let ( /~^ ) = Test_relative.append_to_basename_exn
let ( /!^ ) = Test_absolute.append_to_basename_exn
let ( /?^ ) = Test_path.append_to_basename_exn
let ( /.^ ) = Test_part.append_to_basename_exn
OCaml

Innovation. Community. Security.