blob: bcc0eb32ee63be6e94c7bdf4644cad5a7c60002a (
plain) (
blame)
1
2
3
4
5
|
This library offers an implementation of protocols against which you can check
the conformity of your classes or instances of your classes. They are a bit like
Java Interfaces, but as mixin modules they can also contain already implemented
methods. Additionally you can define preconditions/postconditions for methods
specified in a protocol.
|