Fix Typo Dhall::Text is obviously the Text builtin, not the Double one.
1 files changed, 1 insertions(+), 1 deletions(-) M lib/dhall/ast.rb
M lib/dhall/ast.rb => lib/dhall/ast.rb +1 -1
@@ 1055,7 1055,7 @@ module Dhall end) def self.as_dhall - Builtins[:Double] + Builtins[:Text] end def <<(other)