Class: Dhall::EmptyRecordProjection

Inherits:
Expression show all
Defined in:
lib/dhall/ast.rb,
lib/dhall/normalize.rb

Instance Method Summary collapse

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

#as_jsonObject



947
948
949
# File 'lib/dhall/ast.rb', line 947

def as_json
	[10, record.as_json]
end

#normalizeObject



366
367
368
# File 'lib/dhall/normalize.rb', line 366

def normalize
	EmptyRecord.new
end

#selectorsObject



943
944
945
# File 'lib/dhall/ast.rb', line 943

def selectors
	[]
end