From: Matt S Trout Date: Sat, 11 Feb 2017 22:14:21 +0000 (+0000) Subject: comment out types from dependency group code X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9acbb80fddd08fdf117b194d9130dfd43bec571e;p=scpubgit%2FDX.git comment out types from dependency group code --- diff --git a/lib/DX/Types.pm b/lib/DX/Types.pm index 62fb557..9d2e360 100644 --- a/lib/DX/Types.pm +++ b/lib/DX/Types.pm @@ -61,12 +61,15 @@ declare DependencyTree => # [ \%subtree, \%existence_of, ... ] (Optional[Maybe[HashRef[One]]]) x 4 ]]; -declare DependencyGroupEntry => - as Tuple[DependencyType, slurpy ArrayRef[Value|Str]]; - -declare DependencyGroup => - as Tuple[Maybe[Value], slurpy ArrayRef[DependencyGroupEntry]]; - -declare DependencyGroupList => as ArrayRef[DependencyGroup]; +## These were from the dependency group thing which makes no sense until +## we have scoping, so revisit it then +# +#declare DependencyGroupEntry => +# as Tuple[DependencyType, slurpy ArrayRef[Value|Str]]; +# +#declare DependencyGroup => +# as Tuple[Maybe[Value], slurpy ArrayRef[DependencyGroupEntry]]; +# +#declare DependencyGroupList => as ArrayRef[DependencyGroup]; 1;