Browse Source

fix resolve_complex_type

Rudy Ges 2 years ago
parent
commit
b7f7f4fb3a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/typing/macroContext.ml

+ 3 - 0
src/typing/macroContext.ml

@@ -135,6 +135,9 @@ let make_macro_com_api com p =
 		resolve_type = (fun t p ->
 			Interp.exc_string "unsupported"
 		);
+		resolve_complex_type = (fun t ->
+			Interp.exc_string "unsupported"
+		);
 		get_module = (fun s ->
 			Interp.exc_string "unsupported"
 		);