package mdx
-
mdx.top
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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.