Re: Haskell 2 -- Dependent types?

1999-03-01 Thread Fergus Henderson
On 28-Feb-1999, Carl R. Witty <[EMAIL PROTECTED]> wrote: > > I downloaded the NU-Prolog manual and skimmed it, but I didn't see the > features you're describing (probably because I haven't "done" Prolog > since my learn-5-languages-in-a-quarter class 12 years ago). Could > you give me a pointer

Re: types with value parameter (another example of application)

1999-03-01 Thread Ian . Stark
Herbert Graeber writes: > I have found another useful application of types with value > parameters in C++. I have seen an example of using types to check > for proper use of physical units. I have found this very useful. But > I haven't found a way to express this in haskell. It would be nice > t