Skip to content
Snippets Groups Projects
  • Manos Koukoutos's avatar
    83e59c6f
    Eliminate MutableTyped from Expr's. Improve how respective Expr's are handled. · 83e59c6f
    Manos Koukoutos authored
    Eliminate MutableTyped from Expr's. Expr.getType is now a val.
    Variables don't have a mutable type.
    Separate representation of empty and nonempty Sets, Maps, Multisets, and Arrays.
    Introduce more generic constructors/ extractors for these types.
    Simplify Map builder in NAryOperator.
    Deprecate some deprecated Expr's.
    Represent String literals as Lists.
    Make some tests consistent with typing limitations in Leon.
    83e59c6f
    History
    Eliminate MutableTyped from Expr's. Improve how respective Expr's are handled.
    Manos Koukoutos authored
    Eliminate MutableTyped from Expr's. Expr.getType is now a val.
    Variables don't have a mutable type.
    Separate representation of empty and nonempty Sets, Maps, Multisets, and Arrays.
    Introduce more generic constructors/ extractors for these types.
    Simplify Map builder in NAryOperator.
    Deprecate some deprecated Expr's.
    Represent String literals as Lists.
    Make some tests consistent with typing limitations in Leon.