Module: Dhall::Parser::RecordLiteralEntry

Defined in:
lib/dhall/parser.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



444
445
446
# File 'lib/dhall/parser.rb', line 444

def value
  { capture(:any_label).value => capture(:expression).value }
end