Closed wonhyukchoi closed 2 years ago
Added the TSL.Ast.Ast data structure, which is an alternate representation of signal/predicate/function terms. They are equivalent to the data structures defined in TSL.Logic, but instead of being curried, are structured as an Abstract Syntax Tree.
TSL.Ast.Ast
TSL.Logic
Documentation is in the code.
Added the
TSL.Ast.Ast
data structure, which is an alternate representation of signal/predicate/function terms. They are equivalent to the data structures defined inTSL.Logic
, but instead of being curried, are structured as an Abstract Syntax Tree.Documentation is in the code.