Re: ADT and GADT

2013-03-21 Thread Carl Mäsak
Philippe (>): > I like solution 2, but am going to have to delve into the Perl 6 > Documentation to > understand its esoteric syntax: S12 will be a big help here. You may have found it already. I include a few quick pointers below, which also may help. > -

Re: ADT and GADT

2013-03-21 Thread phiroc
Hi Carl, thanks for your reply. I like solution 2, but am going to have to delve into the Perl 6 Documentation to understand its esoteric syntax: - class Tree { ... } - handles ;, - self.bless(*,, etc.) Philippe - Mail original - De: "Carl Mäsak" À: "Perl6" Envoyé: Jeudi 21 Mars

Re: ADT and GADT

2013-03-21 Thread Carl Mäsak
Hi Philippe, Philippe (>): > will Abstract Data Types and Generalized Abstract Data Types be available in > Perl6 anytime soon? Algebraic Data Types -- this is a topic that has come up before on #perl6 on IRC. Often enough I've been the one mentioning it. Let's just stop briefly to define a few

[perl6/specs] 7371e2: [S12] Remove spurious "of that name" qualifier fro...

2013-03-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 7371e2ed8e5297434497e402c7e150629b5498ae https://github.com/perl6/specs/commit/7371e2ed8e5297434497e402c7e150629b5498ae Author: pmichaud Date: 2013-03-20 (Wed, 20 Mar 2013) Changed paths: M S12-objec

ADT and GADT

2013-03-21 Thread phiroc
Hello, will Abstract Data Types and Generalized Abstract Data Types be available in Perl6 anytime soon? Many thanks. Philippe