Skip to content

Commit 18f73e1

Browse files
committed
Fix ppx_util
1 parent 7dc44c3 commit 18f73e1

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/lib/ppx_util/dune

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@
55
(inline_tests)
66
(libraries
77
;; opam libraries
8-
compiler-libs
9-
ocaml-migrate-parsetree
108
core_kernel
119
ppxlib
12-
ppxlib.ast
13-
ocaml-compiler-libs.common
1410
)
1511
(preprocess
1612
(pps ppx_version ppx_jane ppxlib.metaquot))

src/lib/ppx_util/ppx_util.ml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
open Ppxlib
2-
open Asttypes
3-
open Parsetree
4-
open Longident
52
open Core_kernel
63

74
let expr_of_sexp ~loc s =

0 commit comments

Comments
 (0)