Formula.Function (formula v0.1.6)

Represents the function

Link to this section Summary

Link to this section Types

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

Link to this section Functions

Link to this function

new(name, arguments)

@spec new(atom() | {atom(), any(), String.t()}, [Formula.Symbol.t()]) :: t()