module DhallishGrammar::EmptyListLiteral1

Public Instance Methods

to_node() click to toggle source
# File lib/DhallishGrammar.rb, line 1016
def to_node()
        Dhallish::Ast::ListNode.new [], type.to_node()
end