Hello, I am wondering if it possible to provide an implementation for an abstract type in C and be able to pattern match on it with type constructors? For example, say I implement an array-based binary tree, can I also bind Leaf and Tree constructors to it, basically keeping the C performance but making it look like an ATS datatype? Also, is it possible to execute runtime code based on the result of a pattern match on a dataview?
-Elliott -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ats-lang-users/afe887a3-1463-4620-9d83-e683e588085bn%40googlegroups.com.
