Class: Dhall::Operator::TextConcatenate
- Inherits:
-
Dhall::Operator
- Object
- Expression
- Dhall::Operator
- Dhall::Operator::TextConcatenate
- Defined in:
- lib/dhall/ast.rb,
lib/dhall/normalize.rb
Constant Summary
Constants inherited from Dhall::Operator
Instance Method Summary collapse
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
223 224 225 |
# File 'lib/dhall/normalize.rb', line 223 def normalize TextLiteral.for(lhs, rhs).normalize end |