Skip to content

Commit ad4c074

Browse files
committed
Add uint8 helper
1 parent 3274408 commit ad4c074

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Helpers.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ end
2727

2828
(* Creating AST nodes *********************************************************)
2929

30+
let uint8 = TInt K.UInt8
3031
let uint32 = TInt K.UInt32
3132
let usize = TInt K.SizeT
3233

0 commit comments

Comments
 (0)