File tree 3 files changed +17
-12
lines changed
3 files changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -76,10 +76,12 @@ val make:
76
76
cmj_case :cmj_case ->
77
77
t
78
78
79
- type keyed_cmj_value =
80
- { name : string ;
81
- arity : arity ;
82
- persistent_closed_lambda : Lam .t option }
79
+ type keyed_cmj_value = {
80
+ name : string ;
81
+ arity : arity ;
82
+ persistent_closed_lambda : Lam .t option
83
+ }
84
+
83
85
val query_by_name :
84
86
t ->
85
87
string ->
@@ -107,7 +109,8 @@ val from_file_with_digest :
107
109
108
110
val from_string : string -> t
109
111
110
- (* Note writing the file if its content is not chnaged
112
+ (*
113
+ Note writing the file if its content is not changed
111
114
*)
112
115
val to_file :
113
116
string -> check_exists :bool -> t -> unit
Original file line number Diff line number Diff line change @@ -38,18 +38,18 @@ val runtime_package_path:
38
38
string ->
39
39
string
40
40
41
- type package_info
42
- =
43
- {
44
- module_system : module_system ;
45
- path : string
46
- }
41
+ type package_info = {
42
+ module_system : module_system ;
43
+ path : string
44
+ }
47
45
48
46
type t
49
47
50
48
val is_runtime_package :
51
49
t ->
52
50
bool
51
+
52
+
53
53
54
54
val same_package_by_name :
55
55
t ->
Original file line number Diff line number Diff line change @@ -51,7 +51,9 @@ type file_kind =
51
51
| Upper_bs
52
52
| Little_js
53
53
| Little_bs
54
- (* * [js_name_of_modulename ~little A-Ns]
54
+
55
+
56
+ (* * [js_name_of_modulename ~little A-Ns]
55
57
*)
56
58
val js_name_of_modulename :
57
59
string ->
You can’t perform that action at this time.
0 commit comments