Преглед на файлове

[xml] do not wrap optional args type with <x path="Null">

Rudy Ges преди 1 година
родител
ревизия
8e1af8fea9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/codegen/genxml.ml

+ 1 - 1
src/codegen/genxml.ml

@@ -70,7 +70,7 @@ let tpath t =
 	real_path i.mt_path i.mt_meta
 
 let rec follow_param t =
-	match t with
+	match (follow_lazy t) with
 	| TMono r ->
 		(match r.tm_type with
 		| Some t -> follow_param t