We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619fbe2 commit 46ca2b7Copy full SHA for 46ca2b7
src/solidity-common/solidity_printer.mli
@@ -18,6 +18,17 @@ val string_of_var_mutability : Solidity_ast.var_mutability -> string
18
19
val string_of_visibility : Solidity_ast.visibility -> string
20
21
+val string_of_inheritance_specifier :
22
+ Solidity_ast.inheritance_specifier -> string
23
+
24
+val string_of_contract_kind : Solidity_ast.contract_kind -> string
25
26
+val string_of_ident :
27
+ Solidity_common.IdentSet.elt Solidity_common.node -> string
28
29
+val string_of_longident :
30
+ 'a Solidity_common.LongIdent.t Solidity_common.node -> string
31
32
val string_of_unop : Solidity_ast.unary_operator -> string
33
34
val string_of_binop : Solidity_ast.binary_operator -> string
0 commit comments