class Dhall::Operator::TextConcatenate

Public Instance Methods

normalize() click to toggle source
# File lib/dhall/normalize.rb, line 223
def normalize
        TextLiteral.for(lhs, rhs).normalize
end