ocaml/ocamltest/ocaml_modifiers.mli

29 lines
1.4 KiB
OCaml

(**************************************************************************)
(* *)
(* OCaml *)
(* *)
(* Sebastien Hinderer, projet Gallium, INRIA Paris *)
(* *)
(* Copyright 2016 Institut National de Recherche en Informatique et *)
(* en Automatique. *)
(* *)
(* All rights reserved. This file is distributed under the terms of *)
(* the GNU Lesser General Public License version 2.1, with the *)
(* special exception on linking described in the file LICENSE. *)
(* *)
(**************************************************************************)
(* Definition of a few OCaml-specific environment modifiers *)
val principal : Environments.modifiers
val testing : Environments.modifiers
val unix : Environments.modifiers
val str : Environments.modifiers
val latex: Environments.modifiers
val man: Environments.modifiers
val html: Environments.modifiers