Source file config.ml

1
2
3
4
5
6
7
open! Core_kernel
open! Import
include Config_intf

module Default () = struct
  let bind_lhs_change_should_invalidate_rhs = true
end