class Dry::Logic::Result

def to_ast

def to_ast
  if id
    [type, [id, ast]]
  else
    ast
  end
end