package mdx

  1. Overview
  2. Docs
val env_and_file : string -> [ `All | `One of Ocaml_env.t ] * string

env_and_file s returns the environment and file/prelude string described by s. I.e. env_and_file "a:f" associates f to the environment named a, env_and_file " :f" associates f to the default environment, and env_and_file "f" associates f to all environments.