Skip to content

Commit 34219a1

Browse files
vouillonhhugo
authored andcommitted
Deriving Json: rename module Import
1 parent 4a4ada4 commit 34219a1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

lib/deriving_json/deriving_Json.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
(** Json **)
2121

22-
open! Import
22+
open! Deriving_Json_import
2323
module Lexer = Deriving_Json_lexer
2424

2525
type 'a t =
File renamed without changes.

lib/deriving_json/deriving_Json_lexer.mll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2727
2828
*)
2929
{
30-
open! Import
30+
open! Deriving_Json_import
3131
module Lexing =
3232
(*
3333
We override Lexing.engine in order to avoid creating a new position

0 commit comments

Comments
 (0)