summaryrefslogtreecommitdiff
path: root/src/CfimAst.ml
diff options
context:
space:
mode:
authorSon Ho2021-12-08 15:52:39 +0100
committerSon Ho2021-12-08 15:52:39 +0100
commit0f504d23898edea2158a08d1f367f5a120131ca0 (patch)
tree4cd05b1d0a89e401f0768b4e5fea2c62f935baf4 /src/CfimAst.ml
parentfecddc900d35ae9cbf13213824b3e7e079f3a681 (diff)
Make minor modifications
Diffstat (limited to 'src/CfimAst.ml')
-rw-r--r--src/CfimAst.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CfimAst.ml b/src/CfimAst.ml
index 0e36f6df..64151a48 100644
--- a/src/CfimAst.ml
+++ b/src/CfimAst.ml
@@ -10,8 +10,8 @@ type var = {
name : string option;
var_ty : ety;
(** The variable type - erased type, because variables are not used
- ** in function signatures - TODO: useless? TODO: binder type for
- function definitions *)
+ ** in function signatures: they are only used to declare the list of
+ ** variables manipulated by a function body *)
}
[@@deriving show]
(** A variable, as used in a function definition *)