C symbols for function templates

Hello,

Is there any way to predict what the C symbol will be for a given instantiation of a function template? Can I specify it for specific instantiation?

~Shea

You can do something like this:

fun{a:t@ype} foo (x: a)

extern fun foo_int (x: int) = “ext#foo_int”

implement foo_int (x) = foo (x: int)

Extvar may be another option:

http://ats-lang.sourceforge.net/DOCUMENT/ATS2TUTORIAL/HTML/c890.htmlOn Sat, Feb 7, 2015 at 12:52 PM, Shea Levy sh...@shealevy.com wrote:

Hello,

Is there any way to predict what the C symbol will be for a given
instantiation of a function template? Can I specify it for specific
instantiation?

~Shea


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-user...@googlegroups.com.
To post to this group, send email to ats-lan...@googlegroups.com.
Visit this group at http://groups.google.com/group/ats-lang-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/ats-lang-users/0E5187F5-8410-4FD0-B17B-F97107E51BE9%40shealevy.com
.