package dune-rpc

  1. Overview
  2. Docs
Communicate with dune using rpc

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.8.3.tbz
sha256=e2b78ba805cef320f0b5978c4d371fde8ab82546d5ae51a0cb451042193b5bf8
sha512=25cc6addcd10cd483f49d924028c886b529a815ad2f354a277c9fe27efaa2139eea465565bae1f52a3a6832b082f46761efacd692cc88b33aa585250feccaf2c

doc/src/dune-rpc.private/import.ml.html

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
include struct
  open Stdune
  module Sexp = Sexp
  module String = String
  module List = List
  module Either = Either
  module Int = Int
  module Poly = Poly
  module Code_error = Code_error
  module Env = Env
  module Comparable = Comparable
  module Result = Result
  module Option = Option
  module Table = Table
  module Set = Set
  module Io = Io
  module Loc = Loc
  module Fdecl = Fdecl
  module Univ_map = Univ_map
  module Comparable_intf = Comparable_intf

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

Innovation. Community. Security.