Hi I believe this question have not been asked as I could not find anything 
related to "circular"

So I have two composite types

type A
  foo::B
end

type B
  bar::A
end

The execution of this script results in a undefined error. How do I resolve 
this?

Reply via email to