NAME
Function::Interface::Types - Interface types
SYNOPSIS
use Function::Interface::Types -types;
my $type = ImplOf['IFoo'];
$type->check('Foo');
$type->check($foo);
DESCRIPTION
Function::Interface::Types provides type constraints of Interface.
LICENSE
Copyright (C) kfly8.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
kfly8 <kfly@cpan.org>