Module: Dhall::Parser::UnionTypeEntry
- Defined in:
- lib/dhall/parser.rb
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
382 383 384 385 386 387 388 |
# File 'lib/dhall/parser.rb', line 382 def value UnionType.new( alternatives: { capture(:any_label).value => capture(:expression)&.value } ) end |