Skip to content

Commit

Permalink
Add explicit opens for ppx_yojson_conv v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed Jun 18, 2023
1 parent d552226 commit 4959e1d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions engine/lib/ast.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
open Base
open Utils
open Ppx_yojson_conv_lib.Yojson_conv.Primitives

module Non_empty_list = struct
include Non_empty_list
Expand Down
1 change: 1 addition & 0 deletions engine/lib/ast_utils.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
open Base
open Ppx_yojson_conv_lib.Yojson_conv.Primitives
open Utils
open Ast

Expand Down
1 change: 1 addition & 0 deletions engine/lib/diagnostics.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
open Utils
open Ppx_yojson_conv_lib.Yojson_conv.Primitives
module T = Types

module Backend = struct
Expand Down
1 change: 1 addition & 0 deletions engine/lib/feature_gate.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
open Base
open Ppx_yojson_conv_lib.Yojson_conv.Primitives
open Utils

module DefaultSubtype = struct
Expand Down
1 change: 1 addition & 0 deletions engine/lib/phase_utils.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
open Base
open Ppx_yojson_conv_lib.Yojson_conv.Primitives

module Metadata : sig
type t = private {
Expand Down
1 change: 1 addition & 0 deletions engine/lib/print_rust.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
open Base
open Ppx_yojson_conv_lib.Yojson_conv.Primitives
open Ast
open Ast.Full
open Utils
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
open! Base
open Angstrom
open Ppx_yojson_conv_lib.Yojson_conv.Primitives

module BasicParsers = struct
let is_space = function ' ' | '\t' | '\n' -> true | _ -> false
Expand Down

0 comments on commit 4959e1d

Please sign in to comment.