Class Keys.ForallTypeApplyKey

  • All Implemented Interfaces:
    Type.Key
    Enclosing class:
    Keys

    private static class Keys.ForallTypeApplyKey
    extends Object
    implements Type.Key
    Key that applies several type arguments to a datatype scheme.

    For example, given forallType = "option" and argTypes = "[int]", returns "int option".