module DhallishGrammar::ApplicationExpression2

Public Instance Methods

fn() click to toggle source
# File lib/DhallishGrammar.rb, line 4489
def fn
  elements[0]
end
tail() click to toggle source
# File lib/DhallishGrammar.rb, line 4493
def tail
  elements[1]
end