RE: Re: Scoped typed variables.

1998-07-22 Thread Mark P Jones
Ok, back to the main list we go! | But the problem is that I need the type name c inside the body of | the function! I'm assuming always that I can solve a typeing | problem by adding an explicit type signature wherever it's needed; | however, that implies that I need to be able to get at the ty

RE: Re: Scoped typed variables.

1998-07-22 Thread michael
CC: [EMAIL PROTECTED] But the problem is that I need the type name c inside the body of the function! I'm assuming always that I can solve a typeing problem by adding an explicit type signature wherever it's needed; however, that implies that I need to be able to get at the type names.