Surface.AST.Literal (surface v0.3.2) View Source

An AST node representing a literal value

Properties

* `:value` - the value

Link to this section Summary

Link to this section Types

Specs

t() :: %Surface.AST.Literal{value: binary() | boolean() | integer() | atom()}