pub type Function = Identifier;
Identifiers for functions
struct Function(pub(crate) Intern<String>);
0: Intern<String>