Skip to content

Commit

Permalink
Remove ppx_deriving dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Jul 25, 2023
1 parent c87a4e9 commit cf8416d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion alt-ergo-lib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ depends: [
"fmt"
"stdlib-shims"
"ppx_blob"
"ppx_deriving"
"camlzip" {>= "1.07"}
"odoc" {with-doc}
]
Expand Down
1 change: 0 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ See more details on http://alt-ergo.ocamlpro.com/"
fmt
stdlib-shims
ppx_blob
ppx_deriving
(camlzip (>= 1.07))
(odoc :with-doc)
)
Expand Down
2 changes: 1 addition & 1 deletion src/lib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
alt_ergo_prelude
fmt
)
(preprocess (pps ppx_blob ppx_deriving.show))
(preprocess (pps ppx_blob))
(preprocessor_deps (glob_files ../preludes/*.ae))

; .mli only modules *also* need to be in this field
Expand Down
1 change: 0 additions & 1 deletion src/lib/reasoners/bitv.ml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ module Shostak(X : ALIEN) = struct
| Vextract of 'a * int * int
| Vconcat of 'a * 'a
| Vnot of 'a
(* [@@deriving show] *)

type 'a view = { descr : 'a view_descr ; size : int }

Expand Down

0 comments on commit cf8416d

Please sign in to comment.