Formula.Function (formula v0.1.4)

Represents the function

Link to this section Summary

Link to this section Types

@type t() :: %Formula.Function{arguments: [Formula.Symbol.t()], name: atom()}

Link to this section Functions

Link to this function

new(name, arguments)

@spec new(atom(), [Formula.Symbol.t()]) :: t()