summaryrefslogtreecommitdiff
path: root/src/SymbolicAst.ml
diff options
context:
space:
mode:
authorSon Ho2022-04-26 18:03:03 +0200
committerSon Ho2022-04-26 18:03:03 +0200
commit732e3305cba3a628d9408a048978151e4ef2fcc2 (patch)
treeeb2fa77c7aeaccae62bac4e3dc0b0610148844f9 /src/SymbolicAst.ml
parentbe53607433804d78f0e42d42f8cb1ecdeea087b3 (diff)
Introduce the App expression, and make progress updating the code
Diffstat (limited to 'src/SymbolicAst.ml')
-rw-r--r--src/SymbolicAst.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SymbolicAst.ml b/src/SymbolicAst.ml
index 5fa7d754..9cab092d 100644
--- a/src/SymbolicAst.ml
+++ b/src/SymbolicAst.ml
@@ -53,7 +53,7 @@ type meta =
(** We generated an assignment (destination, assigned value, src) *)
(** **Rk.:** here, [expression] is not at all equivalent to the expressions
- used in CFIM: they are a first step towards lambda-calculus expressions.
+ used in LLBC: they are a first step towards lambda-calculus expressions.
*)
type expression =
| Return of V.typed_value option