Skip to content

Commit 5bb1d3a

Browse files
committed
WIP
1 parent 358ed48 commit 5bb1d3a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

compiler/lib/warning.mli

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,19 @@ type t =
77
| `Missing_cmi
88
| `Effect_handlers_without_effect_backend
99
| (* runtime *)
10-
`Missing_primitives
10+
`Missing_primitive
1111
| `Missing_defined
1212
| `Missing_deps
13-
| `Free_variables_in_primitives
13+
| `Free_variables_in_primitive
1414
| `Deprecated_joo_global_object
15-
| `Overriding_primitives
16-
| `Overriding_primitives_purity
17-
| `Deprecated_primitives
15+
| `Overriding_primitive
16+
| `Overriding_primitive_purity
17+
| `Deprecated_primitive
1818
| `Unused_js_variable
1919
]
2020

21+
val all : t list
22+
2123
val name : t -> string
2224

2325
val parse : string -> t option

0 commit comments

Comments
 (0)