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