X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDX%2FTypes.pm;h=c9a79e7c4b285fb045b4818a4eb83a175fe98cd4;hb=df377b33658256c77066606f28d4fe4e3f5f974e;hp=8c2602aac76cff4ada486e10418bd889a1a42207;hpb=38113b884bbffe33c7d694931d062e710fbb711c;p=scpubgit%2FDX.git diff --git a/lib/DX/Types.pm b/lib/DX/Types.pm index 8c2602a..c9a79e7 100644 --- a/lib/DX/Types.pm +++ b/lib/DX/Types.pm @@ -33,7 +33,7 @@ foreach my $role (our @ROLES) { class_type DictValue => { class => 'DX::Value::Dict' }; -declare AlternativeList => as ArrayRef[Tuple[Step, Hypothesis]]; +declare AdjustmentList => as ArrayRef[Tuple[Step, Hypothesis]]; declare DependencyType => where { foreach my $cand (EXISTENCE_OF, TYPE_OF, INDICES_OF, CONTENTS_OF) {