We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11eaf66 commit 128edaeCopy full SHA for 128edae
1 file changed
src/extraction/FStarC.Extraction.Krml.fst
@@ -45,8 +45,9 @@ module FC = FStarC.Const
45
- v29: added a SizeT and PtrdiffT width to machine integers
46
- v30: Added EBufDiff
47
- v31: Added a `meta` field to binders. Currently only relevant to propagate `CInline`.
48
+- v32: Introduce ESizeof
49
*)
-let current_version: version = 31
50
+let current_version: version = 32
51
52
(* COPY-PASTED ****************************************************************)
53
@@ -140,6 +141,7 @@ and expr =
140
141
| EAddrOf of expr
142
| EBufNull of typ
143
| EBufDiff of expr & expr
144
+ | ESizeof of typ
145
146
and op =
147
| Add | AddW | Sub | SubW | Div | DivW | Mult | MultW | Mod
0 commit comments