module DhallishGrammar::RecordLiteral3

Public Instance Methods

fstexp() click to toggle source
# File lib/DhallishGrammar.rb, line 1708
def fstexp
  elements[6]
end
fstkey() click to toggle source
# File lib/DhallishGrammar.rb, line 1704
def fstkey
  elements[2]
end
tail() click to toggle source
# File lib/DhallishGrammar.rb, line 1712
def tail
  elements[7]
end