Zdravo!

Je to pravilen program:

let
 type a = c
 type c = {field : a}
in
 let
  type c = a
 in
  0
 end
end


Mitar

Reply via email to