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