We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3274408 commit ad4c074Copy full SHA for ad4c074
lib/Helpers.ml
@@ -27,6 +27,7 @@ end
27
28
(* Creating AST nodes *********************************************************)
29
30
+let uint8 = TInt K.UInt8
31
let uint32 = TInt K.UInt32
32
let usize = TInt K.SizeT
33
0 commit comments