Hi,

Assuming we have a record and its supporting definitions as follows,
abst@ype RT(int) = int
stadef Any = 0

typedef M = @{
    rt = {a: int} RT(a)
}

what is the proper way of initialising a value of type M? Doing 

val m = @{ rt = RT(Any) } : M

fails with error(2): the dynamic identifier [ReturnType] is unrecognized.

What am I doing wrong? Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"ats-lang-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ats-lang-users+unsubscr...@googlegroups.com.
To post to this group, send email to ats-lang-users@googlegroups.com.
Visit this group at https://groups.google.com/group/ats-lang-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ats-lang-users/2e11fc99-147a-457e-aa37-5c462ac2f743%40googlegroups.com.

Reply via email to