On Sun, Sep 4, 2016 at 12:12 PM, gmhwxi <gmh...@gmail.com> wrote:
> viewdef
> ptr_v(a:t@ype, l:addr) = a @ l
> dataview
> pptr_v (a:t@ype+, l0: addr, l1: addr) =
>   | pptr_v_cons(a, l0, l1) of (ptr l1 @ l0, ptr_v (a, l1))
> dataview
> ppptr_v (a:t@ype+, l0:addr, l1:addr, l2:addr) =
>   | ppptr_v_cons(a, l0, l1, l2) of (ptr l1 @ l0, pptr_v (a, l1, l2))

We can't use induction? Why not terminate it?

Best regards,
-- 
Kiwamu Okabe at METASEPI DESIGN

-- 
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/CAEvX6dnaRr8YQ7ULidcNJiY97havfwRCEvfzqTv082qWD7Lkqw%40mail.gmail.com.

Reply via email to