Module: Dhall::Parser::RecordLiteralEntry
- Defined in:
- lib/dhall/parser.rb
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
486 487 488 |
# File 'lib/dhall/parser.rb', line 486 def value { capture(:any_label).value => capture(:expression).value } end |