summaryrefslogtreecommitdiff
path: root/src/Expressions.ml
diff options
context:
space:
mode:
authorSon Ho2021-11-03 16:42:27 +0100
committerSon Ho2021-11-03 16:42:27 +0100
commit33a1999bf6128358c841862f6b27123413ea4483 (patch)
treecc46fe32c1e7404d5f89e09262b291eec73b1402 /src/Expressions.ml
parentd7981190632dcac8e5579e41252ed47e2e5b0879 (diff)
Implement CfimAst.ml
Diffstat (limited to 'src/Expressions.ml')
-rw-r--r--src/Expressions.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Expressions.ml b/src/Expressions.ml
index f890f9c4..6eb5531b 100644
--- a/src/Expressions.ml
+++ b/src/Expressions.ml
@@ -9,7 +9,7 @@ type projection_elem =
| Deref
| DerefBox
| Field of field_proj_kind * FieldId.id
- | Downcast of VariandId.id
+ | Downcast of VariantId.id
type projection = projection_elem list