module DhallishGrammar::RecordTypeLiteral3

Public Instance Methods

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