module DhallishGrammar::OptionalLiteral0

Public Instance Methods

exp() click to toggle source
# File lib/DhallishGrammar.rb, line 2230
def exp
  elements[2]
end
prefix() click to toggle source
# File lib/DhallishGrammar.rb, line 2222
def prefix
  elements[0]
end
space() click to toggle source
# File lib/DhallishGrammar.rb, line 2226
def space
  elements[1]
end