package mdx

  1. Overview
  2. Docs
val env_and_file : string -> string option * string

env_and_file s returns the environment and file/prelude string describe by s. I.e. env_and_file "a:prelude.ml" is (Some "a", "prelude.ml").

OCaml

Innovation. Community. Security.