Class: Dhall::FunctionProxy

Inherits:
FunctionProxyRaw show all
Defined in:
lib/dhall/ast.rb

Instance Method Summary collapse

Methods inherited from FunctionProxyRaw

#as_json, #initialize, #normalize, #shift, #substitute

Methods inherited from Function

#<<, #>>, #as_json, #binding, #curry, decode, disable_alpha_normalization!, enable_alpha_normalization!, #normalize, of_arguments, #shift, #substitute

Methods inherited from Expression

#&, #*, #+, #annotate, #as_dhall, #cache_key, #concat, decode, #deep_merge, #deep_merge_type, #dhall_eq, #digest, #fetch, #fusion, #merge, #normalize, #resolve, #shift, #slice, #substitute, #to_binary, #to_cbor, #to_proc, #to_s, #|

Constructor Details

This class inherits a constructor from Dhall::FunctionProxyRaw

Instance Method Details

#call(*args, &block) ⇒ Object



270
271
272
# File 'lib/dhall/ast.rb', line 270

def call(*args, &block)
	super.unwrap.as_dhall
end