ocaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove broken transclusion constructor from Eval_error.t

-1
-1
lib/compiler/Eval_error.ml
··· 44 44 suggestions: Diagnostic.Message.t list; 45 45 } 46 46 | Asset_error of Asset_router.Error.error 47 - | Broken_transclusion of Types.transclusion 48 47 [@@deriving show] 49 48 50 49 and type_error = {got: Value.t option; expected: expected_value list}