----- Messaggio Originale -----<br>Da: Ralph Becket <rafe@csse.unimelb.edu.au><br>Data: Martedi', Settembre 23, 2008 7:46 am<br>Oggetto: Re: [mercury-users] Inst problem with hash tables<br>A: mercury-users@csse.unimelb.edu.au<br><br>> Ah, of course!  The short answer is: you can't, because <br>> there is no<br>> portable way of writing out bits of code (which is what the <br>> higher order<br>> term is).<br>> <br>> In this case I withdraw my objection to Paul's suggestion.  <br>> The solution<br>> has to be something like that: convert the hash_table into an<br>> assoc_list and use that as your on-disc representation.  <br>> Sorry for misleading you.<br><br>It's ok, I'll use an assoc_list.<br>Thanks you two!<br><br>Cheers,<br>Andrea Bini<br><br>