File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- open Core_kernel
1+ open Core
22
33module Make () = struct
44 let digest_size_in_bits = 256
Original file line number Diff line number Diff line change 44 (instrumentation
55 (backend bisect_ppx))
66 (preprocess
7- (pps ppx_compare ppx_deriving_yojson ppx_jane ppx_mina ppx_version))
7+ (pps ppx_assert ppx_compare ppx_deriving_yojson ppx_hash ppx_inline_test ppx_mina ppx_sexp_conv ppx_version))
88 (inline_tests
99 (flags -verbose -show-counts))
1010 (libraries
1111 ;; opam libraries
1212 base.base_internalhash_types
1313 bigarray-compat
1414 bin_prot.shape
15+ core_kernel; TODO: figure out why we still need core_kernel here
1516 digestif
1617 ppx_inline_test.config
1718 sexplib0
Original file line number Diff line number Diff line change 1- open Core_kernel
1+ open Core
22
33module type S = sig
44 val digest_size_in_bits : int
You can’t perform that action at this time.
0 commit comments