module Dhall::Parser::EmptyRecordLiteral

Public Instance Methods

value() click to toggle source
# File lib/dhall/parser.rb, line 424
def value
        EmptyRecord.new
end