On Sun, 2007-03-25 at 19:06 -0700, Erick Tryzelaar wrote:
> To get the c-type name of a type, you can do this:
> 
> print Debug::repr_type[utiny]; endl;
> 
> which prints out:
> 
> _us2
> 
> Is there any way to get the felix type name? 

Felix types don't have names, they're expressions :)

I guess it would be possible to hook what 

        string_of_bound_typename

function prints, would have to be done in the compiler tho.



-- 
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Felix-language mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to