Module: Dhall::Parser::RecordLiteralEntry

Defined in:
lib/dhall/parser.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



459
460
461
# File 'lib/dhall/parser.rb', line 459

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