Class ApplicationType

java.lang.Object
hydra.ext.haskell.ast.ApplicationType
All Implemented Interfaces:
Serializable, Comparable<ApplicationType>

public class ApplicationType extends Object implements Serializable, Comparable<ApplicationType>
An application type
See Also:
  • Field Details

    • TYPE_

      public static final Name TYPE_
    • CONTEXT

      public static final Name CONTEXT
    • ARGUMENT

      public static final Name ARGUMENT
    • context

      public final Type context
      The type being applied
    • argument

      public final Type argument
      The type argument
  • Constructor Details

    • ApplicationType

      public ApplicationType(Type context, Type argument)
  • Method Details