Share function link name mangling logic
diff --git a/syntax/mod.rs b/syntax/mod.rs
index 21ff447..b7ca6b7 100644
--- a/syntax/mod.rs
+++ b/syntax/mod.rs
@@ -7,6 +7,7 @@
 pub mod error;
 pub mod ident;
 mod impls;
+pub mod mangle;
 pub mod namespace;
 mod parse;
 pub mod set;