~singpolyma/dhall-ruby

ebd4b252393c58b8d82af9d886bb059df73db1a6 — Stephen Paul Weber 5 years ago bca4d8a
Always encode OptionalNone in new style
1 files changed, 1 insertions(+), 1 deletions(-)

M lib/dhall/ast.rb
M lib/dhall/ast.rb => lib/dhall/ast.rb +1 -1
@@ 398,7 398,7 @@ module Dhall
		end

		def as_json
			[5, type.as_json]
			[0, Variable["None"].as_json, type.as_json]
		end
	end