daml/daml-lf/interpreter
Martin Huschenbett 486f2ae730 Make the DAML-LF AST in Scala land look less like a DSL (#2596)
Currently, the `SExpr` class has a method `apply`, which is basically an
alias for `SEApp`. Using this method makes the code harder to read, at
least of me. After all, ASTs are _data_ and not _control_. Thus, having
a DSL for them seems a bit overkill.
2019-08-19 15:53:52 +00:00
..
src Make the DAML-LF AST in Scala land look less like a DSL (#2596) 2019-08-19 15:53:52 +00:00
BUILD.bazel update copyright notices (#2499) 2019-08-13 17:23:03 +01:00