package dune-rpc

  1. Overview
  2. Docs

Source file import.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 Stdune

(* TODO we explicitly list what we use from stdune. This library should not use
   stdune at all when released *)
module Sexp = Sexp
module String = String
module List = List
module Either = Either
module Int = Int
module Poly = Poly
module Code_error = Code_error

module Path = struct
  (* we don't want to depend on build or source directories here *)
end

module Env = Env
module Comparable = Comparable
module Result = Result
module Option = Option
module Table = Table
module Set = Set
module Ordering = Ordering
module Io = Io
module Loc = Loc
module Fdecl = Fdecl
OCaml

Innovation. Community. Security.