module DhallishGrammar::KeyList3

Public Instance Methods

head() click to toggle source
# File lib/DhallishGrammar.rb, line 4600
def head
  elements[2]
end
tail() click to toggle source
# File lib/DhallishGrammar.rb, line 4604
def tail
  elements[3]
end