|
Hello ,
in the HCAR GHC team wrote "On the type system front, we hope to ... Allow you to use data types as kinds, in a manner similar to Tim Sheard▓s Omega language". can someone point me where i can read about this? -- Best regards, Bulat mailto:[hidden email] _______________________________________________ Haskell-Cafe mailing list [hidden email] http://www.haskell.org/mailman/listinfo/haskell-cafe |
|
Read about Omega!
I have not written anything about what I plan to do in GHC, but basically it amounts to allowing you to use a data type as a kind. Busy doing GADTs and impredicativity at the moment though Simon | -----Original Message----- | From: [hidden email] [mailto:[hidden email]] On Behalf Of | Bulat Ziganshin | Sent: 22 November 2005 15:41 | To: [hidden email] | Subject: [Haskell-cafe] using of data types as kinds | | Hello , | | in the HCAR GHC team wrote "On the type system front, we hope to ... | Allow you to use data types as kinds, in a manner similar to Tim | Sheard▓s Omega language". can someone point me where i can read about | this? | | -- | Best regards, | Bulat mailto:[hidden email] | | | | _______________________________________________ | Haskell-Cafe mailing list | [hidden email] | http://www.haskell.org/mailman/listinfo/haskell-cafe _______________________________________________ Haskell-Cafe mailing list [hidden email] http://www.haskell.org/mailman/listinfo/haskell-cafe |
|
--- Simon Peyton-Jones <[hidden email]> wrote: > Read about Omega! > I will. > Busy doing GADTs and impredicativity at the moment though > Impredicativity? === Gregory Woodhouse <[hidden email]> "Interaction is the mind-body problem of computing." --Philip Wadler _______________________________________________ Haskell-Cafe mailing list [hidden email] http://www.haskell.org/mailman/listinfo/haskell-cafe |
|
Hello Greg,
Tuesday, November 22, 2005, 8:24:41 PM, you wrote: >> Busy doing GADTs and impredicativity at the moment though >> GW> Impredicativity? just in the case you don't have time to read HCAR ;) some excerpt from there: 2.1 The Glasgow Haskell Compiler .... There is lots more in the works: We are planning to use darcs (>6.6) instead of CVS for GHC. On the type system front, we hope to extend GHCs higher-rank type system to incorporate impredicative types: http://research.microsoft.com/~simonpj/papers/boxy/, fix the GADT implementation to work nicely with type classes, Allow you to use data types as kinds, in a manner similar to Tim Sheards Omega language. We are planning to release GHC 6.6 some time in the next six months. This will include the parallel version of GHC. -- Best regards, Bulat mailto:[hidden email] _______________________________________________ Haskell-Cafe mailing list [hidden email] http://www.haskell.org/mailman/listinfo/haskell-cafe |
|
In reply to this post by Simon Peyton-Jones
Hello Simon,
Tuesday, November 22, 2005, 8:17:38 PM, you wrote: SPJ> I have not written anything about what I plan to do in GHC, but SPJ> basically it amounts to allowing you to use a data type as a SPJ> kind. Busy doing GADTs and impredicativity at the moment though Simon, i can't download file http://research.microsoft.com/~simonpj/papers/boxy/boxy-pldi.ps.gz reffered at http://research.microsoft.com/~simonpj/papers/boxy/ -- Best regards, Bulat mailto:[hidden email] _______________________________________________ Haskell-Cafe mailing list [hidden email] http://www.haskell.org/mailman/listinfo/haskell-cafe |
|
Bulat Ziganshin wrote:
>Hello Simon, > >Tuesday, November 22, 2005, 8:17:38 PM, you wrote: > >SPJ> I have not written anything about what I plan to do in GHC, but >SPJ> basically it amounts to allowing you to use a data type as a >SPJ> kind. Busy doing GADTs and impredicativity at the moment though > >Simon, i can't download file > >http://research.microsoft.com/~simonpj/papers/boxy/boxy-pldi.ps.gz > >reffered at http://research.microsoft.com/~simonpj/papers/boxy/ > > > > _______________________________________________ Haskell-Cafe mailing list [hidden email] http://www.haskell.org/mailman/listinfo/haskell-cafe |
|
In reply to this post by Bulat Ziganshin
Sorry should be fixed now (or shortly when the mirror does its stuff)
Simon | -----Original Message----- | From: Bulat Ziganshin [mailto:[hidden email]] | Sent: 22 November 2005 19:28 | To: Simon Peyton-Jones | Cc: [hidden email] | Subject: Re[2]: [Haskell-cafe] using of data types as kinds | | Hello Simon, | | Tuesday, November 22, 2005, 8:17:38 PM, you wrote: | | SPJ> I have not written anything about what I plan to do in GHC, but | SPJ> basically it amounts to allowing you to use a data type as a | SPJ> kind. Busy doing GADTs and impredicativity at the moment though | | Simon, i can't download file | | http://research.microsoft.com/~simonpj/papers/boxy/boxy-pldi.ps.gz | | reffered at http://research.microsoft.com/~simonpj/papers/boxy/ | | | -- | Best regards, | Bulat mailto:[hidden email] | | _______________________________________________ Haskell-Cafe mailing list [hidden email] http://www.haskell.org/mailman/listinfo/haskell-cafe |
| Powered by Nabble | Edit this page |
