| mlsub.typing.lowlevel.Kind
All known Subclasses: mlsub.typing.FunTypeKind, mlsub.typing.TupleKind,
Kind | public interface Kind (Code) | | Something that knows how to assert constraints on objects of this "Kind"
(implemented by Variance, Low level constraints... )
author: Daniel Bonniot |
freshMonotype | mlsub.typing.Monotype freshMonotype(boolean existential)(Code) | | Return a fresh monotype of this kind, or null if that does not make sense.
This makes a dependancy from mlsub.typing.lowlevel to mlsub.typing,
but they are likely to be used together anyway.
|
register | void register(Element e)(Code) | | Introduce a new Element of this kind
Parameters: e - |
|
|