Skip to content

Commit 46ca2b7

Browse files
author
Fabrice Le Fessant
committed
export functions from solidity_printer
1 parent 619fbe2 commit 46ca2b7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/solidity-common/solidity_printer.mli

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ val string_of_var_mutability : Solidity_ast.var_mutability -> string
1818

1919
val string_of_visibility : Solidity_ast.visibility -> string
2020

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+
2132
val string_of_unop : Solidity_ast.unary_operator -> string
2233

2334
val string_of_binop : Solidity_ast.binary_operator -> string

0 commit comments

Comments
 (0)