Module: Dhall::Parser::UnionTypeEntry
- Defined in:
- lib/dhall/parser.rb
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
408 409 410 411 412 413 414 |
# File 'lib/dhall/parser.rb', line 408 def value UnionType.new( alternatives: { capture(:any_label).value => capture(:expression)&.value } ) end |