Package hydra.core

Class Term.Let

java.lang.Object
hydra.core.Term
hydra.core.Term.Let
All Implemented Interfaces:
Serializable, Comparable<Term>
Enclosing class:
Term

public static final class Term.Let extends Term implements Serializable
A 'let' term, which binds variables to terms
See Also:
  • Field Details

    • value

      public final Let value
  • Constructor Details

    • Let

      public Let(Let value)
  • Method Details