Skip to content

Commit

Permalink
MNT: rm E_namespaces
Browse files Browse the repository at this point in the history
Signed-off-by: Ioannis Filippidis <[email protected]>
  • Loading branch information
johnyf committed Nov 27, 2024
1 parent e702c3f commit 7af4592
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 109 deletions.
1 change: 0 additions & 1 deletion src/expr.ml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
Copyright (C) 2011-2019 INRIA and Microsoft Corporation
*)
module T = E_t
module Namespaces = E_namespaces
module Fmt = E_fmt
module Subst = E_subst
module Visit = E_visit
Expand Down
12 changes: 0 additions & 12 deletions src/expr.mli
Original file line number Diff line number Diff line change
Expand Up @@ -424,18 +424,6 @@ module T: sig
end


module Namespaces: sig
open Util


val mint_from_hint:
hint -> hint
val mint_by_min_free:
string -> int -> string list ->
string
end


module Fmt: sig
open T
open Ctx
Expand Down
87 changes: 0 additions & 87 deletions src/expr/e_namespaces.ml

This file was deleted.

9 changes: 0 additions & 9 deletions src/expr/e_namespaces.mli

This file was deleted.

Empty file removed src/expr/e_namespaces.mlt
Empty file.

0 comments on commit 7af4592

Please sign in to comment.