Module: Dhall::Parser::UnionTypeEntry
- Defined in:
- lib/dhall/parser.rb
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
345 346 347 348 349 350 351 |
# File 'lib/dhall/parser.rb', line 345 def value UnionType.new( alternatives: { capture(:any_label).value => capture(:expression)&.value } ) end |