Class: Dhall::Operator::RecursiveRecordMerge
- Inherits:
-
Dhall::Operator
- Object
- Expression
- Dhall::Operator
- Dhall::Operator::RecursiveRecordMerge
- Includes:
- FetchFromMerge
- Defined in:
- lib/dhall/ast.rb,
lib/dhall/normalize.rb
Constant Summary collapse
- FETCH1K =
:lhs
- FETCH2K =
:rhs
Constants inherited from Dhall::Operator
Instance Method Summary collapse
Methods included from FetchFromMerge
Methods inherited from Dhall::Operator
Methods inherited from Expression
#&, #*, #+, #annotate, #as_dhall, #cache_key, #call, #concat, decode, #deep_merge, #deep_merge_type, #dhall_eq, #digest, #fetch, #fusion, #merge, #resolve, #shift, #slice, #substitute, #to_binary, #to_cbor, #to_proc, #to_s, #|
Instance Method Details
#normalize ⇒ Object
241 242 243 |
# File 'lib/dhall/normalize.rb', line 241 def normalize lhs.normalize.deep_merge(rhs.normalize) end |