pervasive type constraints
[scpubgit/DX.git] / lib / DX / Proposition.pm
index b173ca8..6c2d133 100644 (file)
@@ -1,6 +1,5 @@
 package DX::Proposition;
 
-use Types::Standard qw(HashRef ArrayRef Str);
 use DX::Class;
 
 has predicate => (is => 'ro', isa => Str, required => 1);