<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16640" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2>A question:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>- I have a syntax that creates immutable structs
with procedure property.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>- All stuff for the preparation of the structs is
available at compile time.</FONT><FONT face=Arial size=2> Therefore the
syntax prepares the structs at compile time. By pushing the computations that
are required for the preparation of the structs to compile time I intend to
avoid unnecessary multiple computations at run time. I also would like to
avoid unnecessary computations when requiring a compiled module that uses the
syntax (or rather for which the structs were already computed at compile
time)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>- All works very nicely, but I find no way to
provide a predicate that at run time can recognize the structs made at compile
time.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Is there a way to do that?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks, Jos</FONT></DIV></BODY></HTML>