View Source Signo.AST.Builtin (Signo v0.0.1)

A reference to a function in the Signo.StdLib.

Summary

Types

@type definition() :: atom()
@type t() :: %Signo.AST.Builtin{definition: definition()}

Functions

@spec new(definition()) :: t()