Module: DhallishGrammar::NonEmptyListLiteral2

Defined in:
lib/DhallishGrammar.rb

Instance Method Summary collapse

Instance Method Details

#annotObject



1145
1146
1147
# File 'lib/DhallishGrammar.rb', line 1145

def annot
  elements[6]
end

#fstObject



1137
1138
1139
# File 'lib/DhallishGrammar.rb', line 1137

def fst
  elements[2]
end

#tailObject



1141
1142
1143
# File 'lib/DhallishGrammar.rb', line 1141

def tail
  elements[3]
end