Skip to content

Commit

Permalink
Move Safe to free up module name
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonidas-from-XIV committed Jul 17, 2023
1 parent df4fd2c commit 95e8d0f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
monomorphic.ml
read.ml
write.ml
safe.ml
safe_convert.ml
prettyprint.ml
write2.ml
common.ml
Expand All @@ -23,7 +23,7 @@
monomorphic.mli
write.mli
read.mli
safe.mli
safe_convert.mli
write2.mli
common.mli
util.mli
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/yojson.cppo.ml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ struct
#define TUPLE
#define VARIANT
#include "type.ml"
#include "safe.ml"
#include "safe_convert.ml"
#include "write.ml"
module Pretty =
struct
Expand Down
2 changes: 1 addition & 1 deletion lib/yojson.cppo.mli
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ sig
#define VARIANT
#include "type.ml"
#include "monomorphic.mli"
#include "safe.mli"
#include "safe_convert.mli"
#include "write.mli"
#include "write2.mli"
#include "read.mli"
Expand Down

0 comments on commit 95e8d0f

Please sign in to comment.