Green.Function.Signature (green v0.1.0)

This module defines a struct that represents a function signature.

N.B. We store names and modules as Strings, because, otherwise we would have to convert Strings to possibly non-existent Atoms when splitting the module(s) from the function name.

Summary

Functions

new(modules \\ [], name, arity)