Documentation

LeanPool.Lentil.Expr

Split a TLA conjunction Expr into its list of conjuncts.

Equations
Instances For

    Split a chain of TLA implications into its list of premises and conclusion, optionally further splitting each premise conjunction (cutAnd?).

    Equations
    Instances For

      Split a predImplies/valid statement into its premises and conclusion.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        Given some TLA related expression and return the type of the state (i.e., the argument after TLA.pred). While this could be done via inferType, just peeking the expression should be much "cheaper".

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For