26 lines
573 B
OCaml
26 lines
573 B
OCaml
|
|
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
|